mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-16 19:40:44 +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 != '') {
|
if ($field_value != '') {
|
||||||
$field_name = str_replace('search_', '', $field_name);
|
$field_name = str_replace('search_', '', $field_name);
|
||||||
$field_name = str_replace('__', ' ', $field_name);
|
$field_name = str_replace('__', ' ', $field_name);
|
||||||
|
$field_name = str_replace('-', ' ', $field_name);
|
||||||
array_push($search_filters, '`'.$field_name.'` LIKE "%'.$field_value.'%"');
|
array_push($search_filters, '`'.$field_name.'` LIKE "%'.$field_value.'%"');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user