From 9afa7f84718e8d374f18cac48fe58d71afc615f4 Mon Sep 17 00:00:00 2001 From: Dillon Date: Sat, 18 Mar 2023 03:40:01 +0800 Subject: [PATCH] Allow multiple tasks' status to be updated when one is completed, see crm for the same branch name --- app/Classes/ValueObjects/Constants/PerfexCRMTasks.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/Classes/ValueObjects/Constants/PerfexCRMTasks.php b/app/Classes/ValueObjects/Constants/PerfexCRMTasks.php index 272d0542..f4d9efc0 100644 --- a/app/Classes/ValueObjects/Constants/PerfexCRMTasks.php +++ b/app/Classes/ValueObjects/Constants/PerfexCRMTasks.php @@ -44,7 +44,7 @@ class PerfexCRMTasks ○ Outcomes: The payment will be approved in exchange, allowing the next steps in the process to be initiated.
', 'milestone' => '', 'reference' => 'TASK_1_DAY_TRANSFER_2', - 'on_task_completion' => 'TASK_1_DAY_TRANSFER_3', + 'on_task_completion' => 'TASK_1_DAY_TRANSFER_3,TASK_1_DAY_TRANSFER_5', 'department' => 'Accounts', 'status' => '' ]; @@ -143,7 +143,7 @@ class PerfexCRMTasks ○ Outcomes: The payment will be approved in exchange, allowing the next steps in the process to be initiated.
', 'milestone' => '', 'reference' => 'TASK_3_DAY_TRANSFER_2', - 'on_task_completion' => 'TASK_3_DAY_TRANSFER_3', + 'on_task_completion' => 'TASK_3_DAY_TRANSFER_3,TASK_3_DAY_TRANSFER_5', 'department' => 'Accounts', 'status' => '' ]; @@ -244,7 +244,7 @@ class PerfexCRMTasks ○ Outcomes: The payment will be approved in exchange, allowing the next steps in the process to be initiated.
', 'milestone' => '', 'reference' => 'TASK_1688_PAYMENT_2', - 'on_task_completion' => 'TASK_1688_PAYMENT_3', + 'on_task_completion' => 'TASK_1688_PAYMENT_3,TASK_1688_PAYMENT_5', 'department' => 'Accounts', 'status' => '' ];