CHANGE_ENROLLMENT_KEY_IN_GROUP_FAMILIY

This commit is contained in:
velz 2024-07-05 15:27:19 +05:30
parent 60e3ed3e9f
commit 3b7c690f3b

View File

@ -942,7 +942,7 @@ class EmployeeServiceController extends AdminController
if(in_array($file['action'],['inception','addition','dependent_addition','deletion','correction','si_enhancement','enrollment']))// the below funcitons are only for I,DA,A
{
$employee_data_group_by_family = data_group_by_family($excel_data,'excel','enrollment');
$employee_data_group_by_family = data_group_by_family($excel_data,'excel',($file['action'] == 'enrollment' ? 'enrollment' : ''));
// dd($employee_data_group_by_family);
$is_self_available_in_policy_terms = false;
if($policy_details['policy_type_id'] == 3) // GMC parents