Fixed crash in AddressDB::handleRimoStatusUpdate()
This commit is contained in:
@@ -226,9 +226,9 @@ class AddressDB {
|
||||
$log->debug(__METHOD__.": new Preorder Status flag: ".$matrix["pf"]);
|
||||
|
||||
$preorder = PreorderModel::getFirstActive(["adb_wohneinheit_id" => $wohneinheit->id]);
|
||||
$preorder->resetSaveNesting();
|
||||
|
||||
if($preorder) {
|
||||
$preorder->resetSaveNesting();
|
||||
$preorderstatus = null;
|
||||
$preorderstatus_flag = null;
|
||||
if(array_key_exists("p", $matrix) && $matrix["p"]) {
|
||||
|
||||
Reference in New Issue
Block a user