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:
commit
6871177c30
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue