FIX_SYNTAX_ERR

This commit is contained in:
velz 2025-12-29 17:37:07 +05:30
parent dbb757a8cd
commit 252bf08762

View File

@ -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
]));