This commit is contained in:
CHIEFSOFT\ameye
2024-04-14 11:17:30 -04:00
parent aa480985bd
commit 4251fbe9a4
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -240,7 +240,7 @@ class WrenchApi extends BaseController
$in["action"] = WRENCHBOARD_JOB_POSTAGREE;
break;
case 'jobmanagerfiles':
$in["action"] = 13012; // WRENCHBOARD_JOB_JOBFILES; -- cannot get contsants to work
$in["action"] = 13012; // WRENCHBOARD_JOB_JOBFILES; -- cannot get contsants to work
break;
case 'jobmanagerlist':
$in["action"] = WRENCHBOARD_JOB_LISTJOBS;