diff --git a/application/Preorder/Preorder.php b/application/Preorder/Preorder.php index 2439cd9c9..c60f62d0f 100644 --- a/application/Preorder/Preorder.php +++ b/application/Preorder/Preorder.php @@ -68,6 +68,7 @@ class Preorder extends mfBaseModel { $this->createHistoryEntry(); //} + $this->updateRimoWorkorderContact(); // run triggers based on new status $this->runStatusTrigger(); // Cascade status changes down to adb_hausnummer and adb_wohneinheit @@ -80,6 +81,10 @@ class Preorder extends mfBaseModel { mfValuecache::singleton()->delete("preorder-save-nesting-level-" . $this->id); } + public function updateRimoWorkorderContact() { + + } + public function createHistoryEntry() { if(!$this->id) return true;