alberto-art3ch commented on code in PR #4748:
URL: https://github.com/apache/fineract/pull/4748#discussion_r2137867622


##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/loanaccount/service/CapitalizedIncomeWritePlatformServiceImpl.java:
##########
@@ -86,7 +93,7 @@ public CommandProcessingResult addCapitalizedIncome(final 
Long loanId, final Jso
         // Recalculate loan transactions
         recalculateLoanTransactions(loan, transactionDate, 
capitalizedIncomeTransaction);
         // Save and flush (PK is set)
-        loanTransactionRepository.saveAndFlush(capitalizedIncomeTransaction);
+        loanTransactionRepository.save(capitalizedIncomeTransaction);

Review Comment:
   Done! code updated



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