This commit is contained in:
Frank Schubert
2024-11-07 16:28:05 +01:00
parent bb02b67696
commit 6c0d334bbc
33 changed files with 172284 additions and 30 deletions

View File

@@ -24,6 +24,13 @@ class RimoWorkorder extends mfBaseModel {
AddressDB::handleRimoStatusUpdate($wohneinheit->id);
}
}
public function downloadAh() {
if(!$this->id) return false;
$ah = Rimoapi::getWorkorderAhReport();
}
public function getProperty($name) {
if($this->$name == null) {