mirror of
https://github.com/devcode-it/openstamanager.git
synced 2024-12-25 15:22:24 +01:00
Limite a una etichetta barcode
This commit is contained in:
parent
115c801884
commit
8fdc32cc84
@ -10,7 +10,7 @@ echo '<style>
|
||||
}
|
||||
</style>';
|
||||
|
||||
$number = 32;
|
||||
$number = 1; // 32
|
||||
for ($i = 0; $i < $number; ++$i) {
|
||||
echo '<barcode code="'.$articolo->barcode.'" type="EAN13" height="1" size="1" class="barcode" />';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user