13447-Fix free search in Inventory widget

This commit is contained in:
Pablo Aragon 2024-04-11 07:54:57 +02:00
parent 596a50d155
commit 6849aee0c9

View File

@ -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) {