adamsaghy commented on code in PR #5363:
URL: https://github.com/apache/fineract/pull/5363#discussion_r2717087215
##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/loanaccount/service/LoanWritePlatformServiceJpaRepositoryImpl.java:
##########
@@ -3016,6 +3016,7 @@ public CommandProcessingResult
makeManualInterestRefund(final Long loanId, final
loanAccrualsProcessingService.reprocessExistingAccruals(loan,
true);
loanAccrualsProcessingService.processIncomePostingAndAccruals(loan, true);
}
+ loanLifecycleStateMachine.determineAndTransition(loan,
interestRefundTxn.getTransactionDate());
Review Comment:
this seems odd for fixing the issue. Can you please elaborate why this helps?
--
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]