FIX_ENROL_DATE_MISSING_ISSUE
This commit is contained in:
parent
6f208725e0
commit
62fb19c1e9
@ -181,7 +181,10 @@ class EmployeeController extends AdminController
|
||||
//handles employee & dependent bulk upload with events like inception,addition,deletion, correction and SI enhancements
|
||||
public function employeesUplodWithEvents($post_data = [])
|
||||
{
|
||||
|
||||
if(empty($post_data))
|
||||
{
|
||||
$post_data = $this->request->getPost();
|
||||
}
|
||||
// $empDataServiceController = new EmpDataServiceController();
|
||||
// !dd($empDataServiceController->importInceptionUpdateTPAandUHID(['file_id' => 79]));
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user