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


##########
fineract-provider/src/main/java/org/apache/fineract/cob/loan/ApplyChargeToOverdueLoansBusinessStep.java:
##########
@@ -37,7 +37,9 @@ public class ApplyChargeToOverdueLoansBusinessStep implements 
LoanCOBBusinessSte
     public Loan execute(Loan loan) {
         final Collection<OverdueLoanScheduleData> overdueLoanScheduleDataList 
= loanReadPlatformService
                 .retrieveAllOverdueInstallmentsForLoan(loan);
-        
loanChargeWritePlatformService.applyOverdueChargesForLoan(loan.getId(), 
overdueLoanScheduleDataList);

Review Comment:
   Please dont forget to enhance the "Apply Penalty to overdue loans" job as 
well!



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