Can now delete Wohneinheit even if it has a canceled order

This commit is contained in:
Frank Schubert
2025-06-11 08:31:36 +02:00
parent ee3e41f4bf
commit a6971cded6

View File

@@ -125,7 +125,7 @@ class ADBWohneinheitController extends mfBaseController {
}
}
if(PreorderModel::getFirst(["adb_wohneinheit_id" => $unit->id])) {
if(PreorderModel::getFirstActive(["adb_wohneinheit_id" => $unit->id])) {
$this->layout()->setFlash("Wohneinheit kann nicht gelöscht werden, da sie in einer Bestellung verwendet wird.", "error");
$this->redirect("AddressDB", "view", ["id" => $hausnummer_id]);
}