updated prem nord home update script

This commit is contained in:
Frank Schubert
2023-06-29 14:26:32 +02:00
parent fbe825793f
commit 01da1b6f8b
3 changed files with 1913 additions and 2 deletions
+1 -1
View File
@@ -707,7 +707,7 @@ class PreorderApicontroller extends mfBaseApicontroller {
}
}
}
// get units excluding unavailable units
$where = "hausnummer_id=".$address->hausnummer_id;
$where .= " AND ( block = '' OR block IS NULL)";