Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
01854c99fb
@ -1256,7 +1256,7 @@ class EmployeeRestController extends AdminController
|
|||||||
if($getSlabAndGridData['slab_rates'][0]['premium_type'] == 1 || $getSlabAndGridData['slab_rates'][0]['premium_type'] == 3)
|
if($getSlabAndGridData['slab_rates'][0]['premium_type'] == 1 || $getSlabAndGridData['slab_rates'][0]['premium_type'] == 3)
|
||||||
{
|
{
|
||||||
$array->floter_text_heading = 'Floater Sum Insured';
|
$array->floter_text_heading = 'Floater Sum Insured';
|
||||||
$array->floter_text_description = 'This is a floater sum insured. A floater is a type of sum insured that provides coverage to more than one member ot a family at the same time. Simply put, its a single insurance cover for the entire family.';
|
$array->floter_text_description = 'This is a floater sum insured. A floater is a type of sum insured that provides coverage to more than one member of a family at the same time. Simply put, its a single insurance cover for the entire family.';
|
||||||
}else{
|
}else{
|
||||||
$array->floter_text_heading = 'Sum Insured';
|
$array->floter_text_heading = 'Sum Insured';
|
||||||
$array->floter_text_description = '';
|
$array->floter_text_description = '';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user