Job agree

This commit is contained in:
CHIEFSOFT\ameye
2023-05-09 16:01:55 -04:00
parent 9528fd4e3c
commit 069d03bee9
6 changed files with 29 additions and 0 deletions
+3
View File
@@ -127,6 +127,9 @@ class WrenchApi extends BaseController
case 'addrecipient':
$in["action"] = WRENCHBOARD_ACCOUNT_ADD_RECIPEINT;
break;
case 'jobmanageragree':
$in["action"] = WRENCHBOARD_JOB_POSTAGREE;
break;
case 'jobmanagerlist':
$in["action"] = WRENCHBOARD_JOB_LISTJOBS;
break;