rimo-import: new applying changed status flags from hasnummer to preorder
This commit is contained in:
@@ -286,6 +286,11 @@ foreach ($clusters as $cluster_data) {
|
||||
}
|
||||
|
||||
\mfValuecache::singleton()->set("adbhausnummer-save-nesting-level-".$hausnummer->id, 0);
|
||||
|
||||
// update Preorders
|
||||
foreach(\PreorderModel::searchActive(["adb_hausnummer_id" => $hausnummer_id]) as $preorder) {
|
||||
$preorder->syncStatusFlagsFromAdb();
|
||||
}
|
||||
}
|
||||
|
||||
if(is_object($building->buildingType) && property_exists($building->buildingType, "userLabel") && $building->buildingType->userLabel) {
|
||||
|
||||
Reference in New Issue
Block a user