Aggiunta descrizione articolo in stampa etichette
This commit is contained in:
parent
fc30a5f6ec
commit
4dca59128b
|
@ -46,8 +46,9 @@ $page = 0;
|
|||
foreach ($articoli as $articolo) {
|
||||
echo '
|
||||
<div class="barcode-cell">
|
||||
<p style="font-size:11pt;"><b>'.$articolo->codice.'</b></p><br>
|
||||
<p style="font-size:15pt;"><b>'.moneyFormat($articolo->prezzo_vendita).'</b></p><br>
|
||||
<p style="font-size:11pt;"><b>'.$articolo->codice.'</b></p>
|
||||
<p style="font-size:10pt;">'.$articolo->descrizione.'</p><br>
|
||||
<p style="font-size:15pt;"><b>'.moneyFormat($articolo->prezzo_vendita).'</b></p>
|
||||
<barcode code="'.$articolo->barcode.'" type="C39" height="2" size="0.65" class="barcode" />
|
||||
<p><b>'.$articolo->barcode.'</b></p>
|
||||
</div>';
|
||||
|
|
Loading…
Reference in New Issue