1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-18 12:30:35 +01:00

Fix ricerca globale dal menù

This commit is contained in:
MatteoPistorello 2022-02-10 13:12:33 +01:00
parent 4dfa15eda4
commit 1aa2adbe02

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