fix filter

This commit is contained in:
Atm-Gregr 2022-02-16 15:48:23 +01:00
parent 1a41232181
commit 7868aa305b

View File

@ -270,7 +270,7 @@ foreach ($search as $key => $val) {
}
}
}
$vacant = GETPOST('vacant', 'alphanohtml') === 'on';
$vacant = GETPOST('search_fk_uservacant', 'alphanohtml') === 'on';
if($vacant) {
$sql .= ' AND t.fk_user = 0';
}