diff --git a/app/Controllers/EmployeeController.php b/app/Controllers/EmployeeController.php index 3814a64d..578e4f64 100755 --- a/app/Controllers/EmployeeController.php +++ b/app/Controllers/EmployeeController.php @@ -4075,7 +4075,7 @@ class EmployeeController extends AdminController 'policy' => $client_policy_id, 'batch_no' => $batch_no, 'last_emp_id' => $last_emp_id, - 'mode' => $execution_mode + 'mode' => $execution_mode, 'is_dry_run' => $is_dry_run ]));