adamsaghy commented on code in PR #3232:
URL: https://github.com/apache/fineract/pull/3232#discussion_r1219709274
##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/loanaccount/domain/LoanAccountDomainServiceJpa.java:
##########
@@ -320,6 +320,8 @@ private LoanTransactionBusinessEvent
getTransactionRepaymentTypeBusinessEvent(Lo
@Override
public LoanTransaction
saveLoanTransactionWithDataIntegrityViolationChecks(LoanTransaction
newRepaymentTransaction) {
try {
+
this.loanTransactionRepository.saveAndFlush(newRepaymentTransaction);
Review Comment:
I have no idea what is this for... but i dont like it
--
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]