From 6849aee0c93da01c292d9642b510dec59adaf9b8 Mon Sep 17 00:00:00 2001 From: Pablo Aragon Date: Thu, 11 Apr 2024 07:54:57 +0200 Subject: [PATCH] 13447-Fix free search in Inventory widget --- pandora_console/include/functions_inventory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/functions_inventory.php b/pandora_console/include/functions_inventory.php index a93a760f88..fb7f9e8323 100644 --- a/pandora_console/include/functions_inventory.php +++ b/pandora_console/include/functions_inventory.php @@ -752,7 +752,7 @@ function inventory_get_datatable( } if ($inventory_search_string != '') { - array_push($where, "REPLACE(tagente_datos_inventory.data, ' ', ' ') LIKE '%".$inventory_search_string."%'"); + array_push($where, "REPLACE(tagent_module_inventory.data, ' ', ' ') LIKE '%".$inventory_search_string."%'"); } if ($utimestamp > 0) {