alberto-art3ch commented on code in PR #5206:
URL: https://github.com/apache/fineract/pull/5206#discussion_r2598966022


##########
fineract-progressive-loan/src/main/java/org/apache/fineract/portfolio/loanproduct/calc/ProgressiveEMICalculator.java:
##########
@@ -553,7 +553,6 @@ private void 
calculateEMIValueAndRateFactorsForDecliningBalanceInterestMethod(fi
                 || operation.getAction() == 
EmiChangeOperation.Action.ADD_REPAYMENT_PERIODS || scheduleModel.isCopy();
 
         calculateRateFactorForPeriods(relatedRepaymentPeriods, scheduleModel);
-        calculateOutstandingBalance(scheduleModel);

Review Comment:
   That function is called twice practically in those lines, and I tested this 
that we have not any impact if we remove this



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