Limite a una etichetta barcode

This commit is contained in:
Thomas Zilio 2020-03-09 17:09:10 +01:00
parent 115c801884
commit 8fdc32cc84
1 changed files with 1 additions and 1 deletions

View File

@ -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" />';
}