Updated wohneinheit count script
This commit is contained in:
@@ -256,6 +256,8 @@ class ADBHausnummerModel {
|
||||
$where .= " AND Hausnummer.netzgebiet_id IN (". implode(",", $netzgebiet_id).")";
|
||||
} elseif($netzgebiet_id === null) {
|
||||
$where .= " AND Hausnummer.netzgebiet_id IS NULL";
|
||||
} elseif($netzgebiet_id === true) {
|
||||
$where .= " AND Hausnummer.netzgebiet_id > 0";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user