Fix ricerca globale dal menù

This commit is contained in:
MatteoPistorello 2022-02-10 13:12:33 +01:00
parent 4dfa15eda4
commit 1aa2adbe02
1 changed files with 1 additions and 1 deletions

View File

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