adamsaghy commented on code in PR #4577:
URL: https://github.com/apache/fineract/pull/4577#discussion_r2042400465


##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/loanaccount/service/ReprocessLoanTransactionsServiceImpl.java:
##########
@@ -110,6 +114,15 @@ public void processLatestTransaction(final LoanTransaction 
loanTransaction, fina
         handleChangedDetail(changedTransactionDetail);
     }
 
+    @Override
+    public void updateModelWithoutRecalcOrReprocessAllTransactions(Loan loan) {
+        Optional<ProgressiveLoanInterestScheduleModel> andUpdateModel = 
interestScheduleModelRepositoryWrapper.getAndUpdateModel(loan,

Review Comment:
   I dont get this method... 
   We in fact recalculate things (at least the interest part for some days)
   We in fact reprocess transactions if model does not exists or behind...



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