Merge branch 'ent-13447-widget-inventory-problema-tema-oscuro-y-free-search' into 'develop'

Ent 13447 widget inventory problema tema oscuro y free search

See merge request artica/pandorafms!7170
This commit is contained in:
Jose Martin 2024-04-11 11:27:34 +00:00
commit 6871177c30
1 changed files with 1 additions and 1 deletions

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