We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eafbacd commit 762ccdaCopy full SHA for 762ccda
1 file changed
modules/automezzi/ajax/select.php
@@ -46,6 +46,9 @@
46
if (!empty($superselect['idautomezzo'])) {
47
$where[] = '`zz_users`.`id` IN (SELECT `id_user` FROM `zz_user_sedi` WHERE `idsede`='.prepare($superselect['idautomezzo']).')';
48
}
49
+
50
+ // Filtro per tipo anagrafica "Tecnico"
51
+ $where[] = '`an_tipianagrafiche`.`id`='.prepare($tipologia);
52
53
54
if (!empty($search)) {
0 commit comments