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


##########
fineract-loan/src/main/java/org/apache/fineract/portfolio/loanaccount/domain/Loan.java:
##########
@@ -1550,6 +1552,13 @@ public BigDecimal 
getPrincipalAmountForRepaymentSchedule() {
         } else {
             principalAmount = getPrincipal().getAmount();
         }
+        if (isDisbursed()) {

Review Comment:
   Why dont we update the principal on the loan when capitalized income 
occurred?



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