alberto-art3ch commented on code in PR #4748:
URL: https://github.com/apache/fineract/pull/4748#discussion_r2137876446
##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/loanaccount/starter/LoanAccountConfiguration.java:
##########
@@ -528,4 +532,20 @@ public LoanCapitalizedIncomeAmortizationEventService
loanCapitalizedIncomeAmorti
loanCapitalizedIncomeAmortizationProcessingService);
}
+ @Bean
+ @ConditionalOnMissingBean(CapitalizedIncomePlatformService.class)
+ public CapitalizedIncomePlatformService
capitalizedIncomePlatformService(ProgressiveLoanTransactionValidator
loanTransactionValidator,
Review Comment:
in order to be used in the `CapitalizedIncomeWritePlatformServiceImpl` class
in the method `regenerateRepaymentSchedule` when the Loan needs to be reopened
and regenerated the repayment schedule if this is closed or overpaid
--
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]