added skel of RimoWorkorder Contact update in Preorder.php
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user