adamsaghy commented on code in PR #4350:
URL: https://github.com/apache/fineract/pull/4350#discussion_r1961674910
##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/loanaccount/service/LoanWritePlatformServiceJpaRepositoryImpl.java:
##########
@@ -3745,4 +3760,39 @@ public void closeAsMarkedForReschedule(final Loan loan,
final JsonCommand comman
loanTransactionValidator.validateLoanRescheduleDate(loan);
}
+
+ private void createMissingAccrualTransactionIfNeeded(final BigDecimal
newInterest, final Loan loan, final LocalDate chargeOffDate) {
Review Comment:
Would it make sense to move this into the LoanAccrualProcessingService?
--
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]