Fix ricerca globale dal menù
This commit is contained in:
parent
4dfa15eda4
commit
1aa2adbe02
|
@ -46,7 +46,7 @@ foreach ($fields as $name => $value) {
|
|||
|
||||
$query .= ' WHERE ('.implode(' OR ', $where).') ';
|
||||
|
||||
$query .= ' '.Modules::getAdditionalsQuery('Interventi');
|
||||
$query .= ' '.Modules::getAdditionalsQuery('Interventi', null, false);
|
||||
|
||||
$rs = $dbo->fetchArray($query);
|
||||
|
||||
|
|
Loading…
Reference in New Issue