Skip to content

Commit 1b6fce5

Browse files
authored
Merge pull request #358 from navikt/mailFix
Forsøk på å få fikse ikke-sendte mails --> master
2 parents c49717a + e2534aa commit 1b6fce5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

force-app/components/emailScheduling/classes/EmailSchedulingHelper.cls

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public with sharing class EmailSchedulingHelper {
4343
OR (EmailBeforeDate__c = TODAY
4444
AND EmailBeforeSent__c = FALSE
4545
AND EmailBeforeConfirmation__c = TRUE)
46-
OR (EmailManualDate__c = TODAY
46+
OR (EmailManualDate__c = LAST_N_DAYS:10
4747
AND EmailManualSent__c = FALSE
4848
AND EmailManualConfirmation__c = TRUE)
4949
OR (EmailReminderDate__c = TODAY

0 commit comments

Comments
 (0)