mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-16 19:40:44 +01:00
Fix minore
This commit is contained in:
parent
c8c3afbc83
commit
d6359306be
@ -32,7 +32,7 @@ switch ($resource) {
|
||||
}
|
||||
|
||||
if (!empty($search)) {
|
||||
$search_fields[] = '`descrizione` LIKE '.prepare('%'.$search.'%');
|
||||
$search_fields[] = '`name` LIKE '.prepare('%'.$search.'%');
|
||||
$search_fields[] = '`codice` LIKE '.prepare('%'.$search.'%');
|
||||
$search_fields[] = '`codice_natura_fe` LIKE '.prepare('%'.$search.'%');
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user