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:
parent
c5e4989f5a
commit
b9174c5bfb
@ -25,8 +25,8 @@ switch ($resource) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
$where[] = 'idanagrafica='.prepare($superselect['idanagrafica']);
|
$where[] = 'idanagrafica='.prepare($superselect['idanagrafica']);
|
||||||
if (!empty($superselect['idsede'])) {
|
if (!empty($superselect['idsede_destinazione'])) {
|
||||||
$where[] = 'idsede='.prepare($superselect['idsede']);
|
$where[] = 'idsede='.prepare($superselect['idsede_destinazione']);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!empty($search)) {
|
if (!empty($search)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user