Updated wohneinheit count script

This commit is contained in:
Frank Schubert
2024-07-17 17:38:55 +02:00
parent 1a62524b40
commit ae9d6bcd22
2 changed files with 5 additions and 6 deletions
@@ -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";
}
}