We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61899e6 commit 050f2aaCopy full SHA for 050f2aa
1 file changed
templates/barcode/init.php
@@ -37,7 +37,7 @@
37
$records = [];
38
39
// Verifica che $barcodes non sia null o vuoto
40
-if (!empty($barcodes) && is_array($barcodes)) {
+if (!empty($barcodes)) {
41
if (!empty(get('qta'))) {
42
foreach ($barcodes as $barcode) {
43
for ($i = 0; $i < get('qta'); ++$i) {
0 commit comments