FIX_ISSUE
This commit is contained in:
parent
42ff83697c
commit
4190471741
@ -183,6 +183,7 @@ class EmployeeController extends AdminController
|
||||
{
|
||||
if(empty($post_data)){
|
||||
$post_data = $this->request->getPost();
|
||||
$post_data = array_merge($post_data, $this->request->getFiles());
|
||||
}
|
||||
|
||||
// $empDataServiceController = new EmpDataServiceController();
|
||||
@ -385,7 +386,7 @@ class EmployeeController extends AdminController
|
||||
$client_id = $post_data['client_id'] ?? null;
|
||||
$policy_id = $post_data['policy_id'] ?? null;
|
||||
$branch_id = $post_data['client_branch_id'] ?? null;
|
||||
$action = $post_data['file_action'] ?? null;
|
||||
$action = "enrollment";
|
||||
$enrollment_open_date = $post_data['enrollment_open_date'] ?? null;
|
||||
$enrollment_close_date = $post_data['enrollment_close_date'] ?? null;
|
||||
$status = 'inprogress';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user