adamsaghy commented on code in PR #6082:
URL: https://github.com/apache/fineract/pull/6082#discussion_r3528779100


##########
fineract-working-capital-loan/src/main/java/org/apache/fineract/portfolio/workingcapitalloan/service/WorkingCapitalLoanDelinquencyActionWriteServiceImpl.java:
##########
@@ -64,6 +65,7 @@ public CommandProcessingResult createDelinquencyAction(final 
Long workingCapital
             rangeScheduleService.extendPeriodsForPause(workingCapitalLoan, 
action.getStartDate(), action.getEndDate());
         } else if (DelinquencyAction.RESCHEDULE.equals(action.getAction())) {
             rangeScheduleService.rescheduleMinimumPayment(workingCapitalLoan, 
action);
+            
transactionReprocessingService.reprocessDelinquencySchedule(workingCapitalLoan);

Review Comment:
   Reprocessing delinquency schedule has nothing to do with transaction 
reprocessing, so using this service is incorrect.



-- 
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