Skip to content

Commit 33317b6

Browse files
committed
fix: variabile in stampa inventario
1 parent 0636a67 commit 33317b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/magazzino_inventario/body.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
// Valori di ricerca
2929
$where['servizio'] = '0';
3030

31-
foreach (getSearchValues($id_module) as $key => $value) {
31+
foreach (getSearchValues($structure->id) as $key => $value) {
3232
$where[$key] = $value;
3333
}
3434

0 commit comments

Comments
 (0)