Merge remote-tracking branch 'origin/staging' into origin/production

This commit is contained in:
Linksehat Staging Server
2024-01-19 09:22:02 +07:00

View File

@@ -344,10 +344,12 @@ class MemberEnrollmentService
if (strtotime($date_from_row)){
return date('Y-m-d', strtotime($date_from_row));
} else {
throw new ImportRowException(__('Format Date Invalid'), 0, null, $row);
// throw new ImportRowException(__('Format Date Invalid'), 0, null, $date_from_row);
return null;
}
} else {
throw new ImportRowException(__('Format Date Invalid'), 0, null, $row);
// throw new ImportRowException(__('Format Date Invalid'), 0, null, $date_from_row);
return null;
}
}