removed faulty if
This commit is contained in:
parent
c3bc4ad28b
commit
1875ef0e4c
@ -69,8 +69,7 @@ public class ThesisUploadReminderWorker extends AbstractWorker {
|
||||
if ((fs.getDocument()==null ||
|
||||
fs.getDocument().getId()==null) &&
|
||||
remindDate.after(todayStart) &&
|
||||
remindDate.before(todayEnd) &&
|
||||
systemSettings.isThesisReviewsMandatory()) {
|
||||
remindDate.before(todayEnd)) {
|
||||
notificationController.notifySeminar(fs, SeminarEvent.Event.THESIS_UPLOAD_REMIND, new NotificationSource());
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user