mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-02 08:56:48 +01:00
Fix "nome" ambiguo
This commit is contained in:
parent
eb8d863418
commit
d078ca4f82
@ -18,7 +18,7 @@ switch ($resource) {
|
||||
}
|
||||
|
||||
if (!empty($search)) {
|
||||
$search_fields[] = 'nome LIKE '.prepare('%'.$search.'%');
|
||||
$search_fields[] = 'co_contratti.nome LIKE '.prepare('%'.$search.'%');
|
||||
}
|
||||
|
||||
$custom['totale'] = 'totale';
|
||||
|
Loading…
x
Reference in New Issue
Block a user