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


##########
fineract-progressive-loan/src/main/java/org/apache/fineract/portfolio/loanaccount/domain/transactionprocessor/impl/AdvancedPaymentScheduleTransactionProcessor.java:
##########
@@ -1356,7 +1355,8 @@ private void 
handleDisbursementWithoutEMICalculator(LoanTransaction disbursement
     }
 
     private void handleCapitalizedIncome(LoanTransaction 
capitalizedIncomeTransaction, TransactionCtx transactionCtx) {
-        if (capitalizedIncomeTransaction.getLoan().isInterestBearing()) {
+        // TODO: Fix this and enhance EMICalculator to support reamortization 
and reaging

Review Comment:
   What this comment to do with capitalized income?



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