Skip to content

Commit 050f2aa

Browse files
committed
fix: inizializzazione stampa barcode
1 parent 61899e6 commit 050f2aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/barcode/init.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
$records = [];
3838

3939
// Verifica che $barcodes non sia null o vuoto
40-
if (!empty($barcodes) && is_array($barcodes)) {
40+
if (!empty($barcodes)) {
4141
if (!empty(get('qta'))) {
4242
foreach ($barcodes as $barcode) {
4343
for ($i = 0; $i < get('qta'); ++$i) {

0 commit comments

Comments
 (0)