mirror of
https://github.com/devcode-it/openstamanager.git
synced 2024-12-22 21:28:08 +01:00
Fix per stampa riepilogo inteventi
This commit is contained in:
parent
ee76cad982
commit
c4f2d7c542
@ -17,6 +17,7 @@ if (is_array($_SESSION['module_'.$id_module])) {
|
||||
if ($field_value != '') {
|
||||
$field_name = str_replace('search_', '', $field_name);
|
||||
$field_name = str_replace('__', ' ', $field_name);
|
||||
$field_name = str_replace('-', ' ', $field_name);
|
||||
array_push($search_filters, '`'.$field_name.'` LIKE "%'.$field_value.'%"');
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user