Added order position deletion; added fontawesome pro
This commit is contained in:
@@ -215,6 +215,13 @@ class BuildingModel {
|
||||
}
|
||||
}
|
||||
|
||||
if(array_key_exists("oan_id", $filter)) {
|
||||
$oan_id = FronkDB::singleton()->escape($filter['oan_id']);
|
||||
if($oan_id) {
|
||||
$where .= " AND Building.`oan_id` like '%$oan_id%'";
|
||||
}
|
||||
}
|
||||
|
||||
if(array_key_exists("street", $filter)) {
|
||||
$street = FronkDB::singleton()->escape($filter["street"]);
|
||||
if($street) {
|
||||
|
||||
Reference in New Issue
Block a user