mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-21 22:07:45 +01:00
Corretta stampa filtro riepilogo interventi
This commit is contained in:
parent
072c7b37f9
commit
cb65b81887
@ -18,7 +18,7 @@ if (is_array($_SESSION['module_'.$id_module])) {
|
||||
$field_name = str_replace('search_', '', $field);
|
||||
$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 "%'.$value.'%"');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user