Merge branch 'dev' of bitbucket.org:jubilian/nhance into dev

This commit is contained in:
aadhavan valli 2024-07-20 16:40:35 +05:30
commit 4a2ef806b8

View File

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