update penjagaan import member

This commit is contained in:
2025-05-05 10:38:46 +07:00
parent 06bba125c8
commit a3e0c72908

View File

@@ -412,7 +412,7 @@ class MemberEnrollmentService
->first(); ->first();
if (empty($member)) { 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 { } else {
// if ($member['record_type'] != 'P'){ // if ($member['record_type'] != 'P'){
// throw new ImportRowException(__('enrollment.PRINCIPAL_ID_NOT_SAME_MEMBER_ID'), 0, null, $row); // throw new ImportRowException(__('enrollment.PRINCIPAL_ID_NOT_SAME_MEMBER_ID'), 0, null, $row);