$in["strict_timeline"]

This commit is contained in:
CHIEFSOFT\ameye
2024-10-02 06:29:47 -04:00
parent 3985496e81
commit 56f4dc8439
+3
View File
@@ -154,6 +154,9 @@ class WrenchJobs extends BaseController
$in = json_decode($raw_json, true);
$in["action"] = WRENCHBOARD_JOB_OFFER_SYSTEM;
if ( !isset($in["strict_timeline"])){
$in["strict_timeline"] = 0;
}
$out=[];
$ret = $this->wrenchboard->wrenchboard_api($in, $out);