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


##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/loanaccount/service/CapitalizedIncomeWritePlatformServiceImpl.java:
##########
@@ -151,6 +161,8 @@ public CommandProcessingResult 
capitalizedIncomeAdjustment(final Long loanId, fi
                 
MathUtil.negativeToZero(capitalizedIncomeBalance.getUnrecognizedAmount().subtract(transactionAmount)));
         capitalizedIncomeBalanceRepository.save(capitalizedIncomeBalance);
 
+        reprocessTransactions(loan, transactionDate);

Review Comment:
   Why to reprocess 2 times?



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