alberto-art3ch commented on code in PR #4748:
URL: https://github.com/apache/fineract/pull/4748#discussion_r2137881188
##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/loanaccount/service/CapitalizedIncomeWritePlatformServiceImpl.java:
##########
@@ -185,4 +197,26 @@ private void createCapitalizedIncomeBalance(final
LoanTransaction capitalizedInc
capitalizedIncomeBalance.setUnrecognizedAmount(capitalizedIncomeTransaction.getAmount());
capitalizedIncomeBalanceRepository.saveAndFlush(capitalizedIncomeBalance);
}
+
+ private void reprocessTransactions(Loan loan, final LocalDate
transactionDate) {
Review Comment:
The method has been renamed as `regenerateRepaymentSchedule` in the case
when the Loan is closed or overpaid It needs to be regenerated and validate the
state transition
--
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]