FIX_UNWANTED_CHAR_REMOVED
This commit is contained in:
parent
14102e3e49
commit
277c156035
@ -681,7 +681,7 @@ class EmployeeController extends AdminController
|
||||
->first();
|
||||
|
||||
$empServiceController = new EmployeeServiceController();
|
||||
$res = $empServiceController->employeesOnboardPreprocess(['client_policy_id' => $client_policy_id,',client_branch_id' => $client_data['client_branch_id']]);
|
||||
$res = $empServiceController->employeesOnboardPreprocess(['client_policy_id' => $client_policy_id,'client_branch_id' => $client_data['client_branch_id']]);
|
||||
// dd($res);
|
||||
|
||||
$count = count($res);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user