added skel of RimoWorkorder Contact update in Preorder.php

This commit is contained in:
Frank Schubert
2024-10-10 14:16:31 +02:00
parent 03c400ed79
commit c95311d528

View File

@@ -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;