oleksii-novikov-onix commented on code in PR #6157:
URL: https://github.com/apache/fineract/pull/6157#discussion_r3628685892


##########
fineract-working-capital-loan/src/main/java/org/apache/fineract/portfolio/workingcapitalloan/service/WorkingCapitalLoanDelinquencyActionWriteServiceImpl.java:
##########
@@ -61,6 +61,9 @@ public CommandProcessingResult createDelinquencyAction(final 
Long workingCapital
 
         if (DelinquencyAction.PAUSE.equals(action.getAction())) {
             rangeScheduleService.extendPeriodsForPause(workingCapitalLoan, 
action.getStartDate(), action.getEndDate());
+            if 
(action.getStartDate().isBefore(DateUtils.getBusinessLocalDate())) {

Review Comment:
   I think we need to reprocess the schedule when startDate == businessDate too



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to