update penjagaan import member
This commit is contained in:
@@ -412,7 +412,7 @@ class MemberEnrollmentService
|
||||
->first();
|
||||
|
||||
if (empty($member)) {
|
||||
// throw new ImportRowException(__('enrollment.PRINCIPAL_NOT_IN_MEMBER_ID'), 0, null, $row);
|
||||
throw new ImportRowException(__('enrollment.MAPING_ID_NOT_SAME_MEMBER_ID'), 0, null, $row);
|
||||
} else {
|
||||
// if ($member['record_type'] != 'P'){
|
||||
// throw new ImportRowException(__('enrollment.PRINCIPAL_ID_NOT_SAME_MEMBER_ID'), 0, null, $row);
|
||||
|
||||
Reference in New Issue
Block a user