FIX_MIXED_INCEPTION : RV
This commit is contained in:
parent
481a9c430c
commit
44fcd18165
@ -949,6 +949,9 @@ class EmpDataServiceController extends BaseController
|
||||
$export_data['event_type'] = 'correction';
|
||||
$correctionData = $this->employeePolicyModel->getCorrectionEmployeesDataForExportExcel($export_data);
|
||||
|
||||
}else if($value == "missed_inception"){
|
||||
$export_data['event_type'] = 'missed_inception';
|
||||
$additionData = $this->employeePolicyModel->getInceptionEmployeeDataForExportExcel($export_data);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user