ruchiD commented on code in PR #3651:
URL: https://github.com/apache/fineract/pull/3651#discussion_r1440223018


##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/loanaccount/loanschedule/domain/AbstractCumulativeLoanScheduleGenerator.java:
##########
@@ -410,6 +410,10 @@ private LoanScheduleModel generate(final MathContext mc, 
final LoanApplicationTe
             scheduleParams.addTotalCumulativeInterest(totalInterest);
         }
 
+        // add charges only repayment schedule for charges with due date after 
maturity date (N+1)
+        addChargesOnlyRepaymentSchedule(currency, scheduleParams, periods, 
loanCharges, mc, loanApplicationTerms, transactions,

Review Comment:
   @adamsaghy, verified with latest, for progressive loans also N+1 installment 
vanishes after reschedule. 



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