Merge remote-tracking branch 'origin/staging' into origin/production
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user