You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if(approvedSA.ofm_retroactive_dateis not null&&!(CheckSubmissionIsWithinLast45days(approvedSA.ofm_submittedon.Value,firstAnniversaryDate)||CheckSubmissionIsWithinLast45days(approvedSA.ofm_submittedon.Value,secondAnniversaryDate)||CheckSubmissionIsWithinLast45days(approvedSA.ofm_submittedon.Value,fundingEndDate.Value)))
507
+
if(approvedSA.ofm_retroactive_dateis not null&&!((CheckSubmissionIsWithinLast45days(approvedSA.ofm_submittedon.Value,firstAnniversaryDate)&&approvedSA.ofm_renewal_term==1)||(CheckSubmissionIsWithinLast45days(approvedSA.ofm_submittedon.Value,secondAnniversaryDate)&&approvedSA.ofm_renewal_term==2)||(CheckSubmissionIsWithinLast45days(approvedSA.ofm_submittedon.Value,fundingEndDate.Value)&&approvedSA.ofm_renewal_term==3)))
508
508
{
509
509
// Date calculation logic is different for mid-year supp application. Overriding regular date logic above
510
510
// Invoice received date is always the last business date of previous month except for first payment of the First funding year, it is 5 business day after the last business day of the last month.
if(approvedSA.ofm_retroactive_dateis not null&&!(CheckSubmissionIsWithinLast45days(approvedSA.ofm_submittedon.Value,firstAnniversaryDate)||CheckSubmissionIsWithinLast45days(approvedSA.ofm_submittedon.Value,secondAnniversaryDate)||CheckSubmissionIsWithinLast45days(approvedSA.ofm_submittedon.Value,fundingEndDate.Value)))
586
+
if(approvedSA.ofm_retroactive_dateis not null&&!((CheckSubmissionIsWithinLast45days(approvedSA.ofm_submittedon.Value,firstAnniversaryDate)&&approvedSA.ofm_renewal_term==1)||(CheckSubmissionIsWithinLast45days(approvedSA.ofm_submittedon.Value,secondAnniversaryDate)&&approvedSA.ofm_renewal_term==2)||(CheckSubmissionIsWithinLast45days(approvedSA.ofm_submittedon.Value,fundingEndDate.Value)&&approvedSA.ofm_renewal_term==3)))
587
587
{
588
588
// Date calculation logic is different for mid-year supp application. Overriding regular date logic above
589
589
// Invoice received date is always the last business date of previous month except for first payment of the First funding year, it is 5 business day after the last business day of the last month.
0 commit comments