1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-27 16:57:38 +01:00

Fix selezione impianti per sede in interventi

This commit is contained in:
loviuz 2020-01-20 15:08:23 +01:00
parent c5e4989f5a
commit b9174c5bfb

View File

@ -25,8 +25,8 @@ switch ($resource) {
}
$where[] = 'idanagrafica='.prepare($superselect['idanagrafica']);
if (!empty($superselect['idsede'])) {
$where[] = 'idsede='.prepare($superselect['idsede']);
if (!empty($superselect['idsede_destinazione'])) {
$where[] = 'idsede='.prepare($superselect['idsede_destinazione']);
}
if (!empty($search)) {