FIX_ENROL_DATE_MISSING_ISSUE

This commit is contained in:
velz 2026-01-31 11:56:12 +05:30
parent 6f208725e0
commit 62fb19c1e9

View File

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