Merge branch 'ConstructionConsent/fixed-import-filter' into 'master'
fixed filter See merge request fronk/thetool!1382
This commit is contained in:
@@ -524,6 +524,13 @@ FROM ConstructionConsent
|
||||
}
|
||||
}
|
||||
|
||||
if(array_key_exists("kg", $filter)) {
|
||||
$ez = FronkDB::singleton()->escape($filter["kg"]);
|
||||
if($ez) {
|
||||
$where .= " AND kg='$ez'";
|
||||
}
|
||||
}
|
||||
|
||||
if(array_key_exists("gst", $filter)) {
|
||||
$gst = FronkDB::singleton()->escape($filter["gst"]);
|
||||
if($gst) {
|
||||
|
||||
Reference in New Issue
Block a user