CHANGE_EMP_REST_UNTI_FILED_ADDED

This commit is contained in:
Venba 2024-07-20 09:24:29 +00:00
parent 3d03a6f063
commit 816c49cc53

View File

@ -786,6 +786,7 @@ class EmployeeRestController extends AdminController
'emp_status'=>'draft',
'band'=> $extra['10'][$index],
'basic_pay'=> $extra['11'][$index],
'unit'=> $extra['12'][$index],
'client_branch_id' => $client_branch_id
];
@ -2235,7 +2236,7 @@ class EmployeeRestController extends AdminController
"waiverofpreexistingdiseases" => "Waiver of Pre-existing Diseases",
"maternitycoverage" => "Maternity Coverage",
"babyday1cover" => "Baby Day 1 Cover",
"9monthwaitingperiodwaived" => "9-month waiting Period waived",
"9monthwaitingperiodwaived" => "9-month waiting Period waived",
"coverfromthedateofjoining" => "Cover from the date of Joining",
"waiverof1,2,3&4thyearexclusions" => "Waiver of 1, 2, 3 & 4th year Exclusions",
"waiverof30dayswaitingperiod" => "Waiver of 30 days waiting period",