fixed ordering
This commit is contained in:
@@ -376,7 +376,7 @@ class ConstructionConsent extends mfBaseModel {
|
||||
$items = [];
|
||||
|
||||
if(!$order) {
|
||||
$order = "adb_hausnummer_id ASC";
|
||||
$order = "vh.strasse, CAST(vh.hausnummer AS UNSIGNED) ASC";
|
||||
}
|
||||
$having = '';
|
||||
if(array_key_exists("status_light", $filter) && strlen(trim($filter['status_light'])) > 2) {
|
||||
|
||||
Reference in New Issue
Block a user