IOhacker commented on code in PR #5602:
URL: https://github.com/apache/fineract/pull/5602#discussion_r2903093291


##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/loanaccount/domain/LoanAccountDomainServiceJpa.java:
##########
@@ -276,6 +276,9 @@ public LoanTransaction makeRepayment(final 
LoanTransactionType repaymentTransact
         
loanAccountService.saveLoanTransactionWithDataIntegrityViolationChecks(newRepaymentTransaction);
         loan = 
loanAccountService.saveAndFlushLoanWithDataIntegrityViolationChecks(loan);
 
+        // FIX: trigger loan lifecycle transition

Review Comment:
   Remove the comment, squash and commit after the change.



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