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

@@ -238,4 +238,17 @@ class Rimoapi {
$resp_data = json_decode($response);
return $resp_data;
}
public static function getWorkorderAhReport($rimo_id) {
$log = mfLoghandler::singleton();
if(!$rimo_id) {
$log->debug(__METHOD__.": no workorder id");
return false;
}
}
}