1
0
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:
Thomas Zilio 2019-05-24 09:47:54 -07:00
parent eb8d863418
commit d078ca4f82

View File

@ -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';