CHANGE_BOOLEAN_VALUE_OMMITED_IN_ONBOARD
This commit is contained in:
parent
fa95e29a07
commit
b28a614980
@ -1554,6 +1554,10 @@ class EmployeeServiceController extends AdminController
|
||||
$file = $params['file'];
|
||||
foreach($familiy_data as $fkey => $value)
|
||||
{
|
||||
if(is_array($value))
|
||||
{
|
||||
|
||||
|
||||
if($file['id'] == null || $value['temp']['source'] == 'excel' || (($file['action'] == 'dependent_addition' && ($value['temp']['premium_type'] == 1 && strtolower($value['relationship']) == 'self') || ($value['temp']['premium_type'] == 2 || $value['temp']['premium_type'] == null)))) //insert data come from excel and from db i.e. ( $file['id'] == null for enrollment data)
|
||||
{
|
||||
|
||||
@ -1650,6 +1654,7 @@ class EmployeeServiceController extends AdminController
|
||||
$this->myLogger->logme('error',$log_message);
|
||||
|
||||
}// if end
|
||||
}// is array check end
|
||||
}// for end
|
||||
}//function end
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user