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 0636a67 commit 33317b6Copy full SHA for 33317b6
1 file changed
templates/magazzino_inventario/body.php
@@ -28,7 +28,7 @@
28
// Valori di ricerca
29
$where['servizio'] = '0';
30
31
-foreach (getSearchValues($id_module) as $key => $value) {
+foreach (getSearchValues($structure->id) as $key => $value) {
32
$where[$key] = $value;
33
}
34
0 commit comments