update
This commit is contained in:
@@ -529,6 +529,7 @@ class MemberEnrollmentService
|
||||
'start' => $member_effective_date
|
||||
]), 0, null, $row);
|
||||
}
|
||||
if($date_terminated){
|
||||
if ($date_terminated <= $member_effective_date && ($date_terminated != $member_effective_date)) {
|
||||
throw new ImportRowException(__('enrollment.MORE_THAN', [
|
||||
'date_param' => 'Date Terminated Date',
|
||||
@@ -537,6 +538,7 @@ class MemberEnrollmentService
|
||||
'start' => $member_effective_date
|
||||
]), 0, null, $row);
|
||||
}
|
||||
}
|
||||
if (($activation_date == $date_terminated) && ($activation_date == $member_effective_date)) {
|
||||
throw new ImportRowException(__('enrollment.MORE_THAN', [
|
||||
'date_param' => 'Activation Date',
|
||||
|
||||
Reference in New Issue
Block a user