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:
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…
x
Reference in New Issue
Block a user