mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-01-27 22:19:26 +01:00
Fix stampa etichette
This commit is contained in:
parent
389b7c27b0
commit
c3061608fd
@ -134,7 +134,7 @@ switch (post('op')) {
|
||||
$_SESSION['superselect']['id_articolo_barcode'] = $id_records;
|
||||
$id_print = Prints::getPrints()['Barcode'];
|
||||
|
||||
redirect(base_path().'/pdfgen.php?id_print='.$id_print.'&id_record='.Articolo::where('barcode', '!=', '')->first()->id);
|
||||
redirect(base_path().'/pdfgen.php?id_print='.$id_print.'&id_record='.Articolo::where('codice', '!=', '')->first()->id);
|
||||
exit();
|
||||
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user