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


##########
fineract-progressive-loan/src/main/java/org/apache/fineract/portfolio/loanproduct/calc/ProgressiveEMICalculator.java:
##########
@@ -658,11 +658,13 @@ private ProgressiveLoanInterestScheduleModel 
recalculateScheduleModelTillDate(
     private void calculateEMIValueAndRateFactorsForFlatInterestMethod(final 
LocalDate calculateFromRepaymentPeriodDueDate,
             final ProgressiveLoanInterestScheduleModel scheduleModel, final 
EmiChangeOperation operation) {
         final List<RepaymentPeriod> relatedRepaymentPeriods = 
scheduleModel.getRelatedRepaymentPeriods(calculateFromRepaymentPeriodDueDate);
+        applyInterestMoratoriumIfRequired(scheduleModel);

Review Comment:
   Why to apply moratorium at different places?



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