Added edit indication to workflow
This commit is contained in:
@@ -153,7 +153,7 @@ class BuildingModel {
|
||||
if(array_key_exists("code", $filter)) {
|
||||
$code = FronkDB::singleton()->escape($filter['code']);
|
||||
if($code) {
|
||||
$where .= "AND Building.`code`='$code'";
|
||||
$where .= " AND Building.`code`='$code'";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user