1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-18 04:20:50 +01:00

Limite a una etichetta barcode

This commit is contained in:
Thomas Zilio 2020-03-09 17:09:10 +01:00
parent 115c801884
commit 8fdc32cc84

View File

@ -10,7 +10,7 @@ echo '<style>
} }
</style>'; </style>';
$number = 32; $number = 1; // 32
for ($i = 0; $i < $number; ++$i) { for ($i = 0; $i < $number; ++$i) {
echo '<barcode code="'.$articolo->barcode.'" type="EAN13" height="1" size="1" class="barcode" />'; echo '<barcode code="'.$articolo->barcode.'" type="EAN13" height="1" size="1" class="barcode" />';
} }