adamsaghy commented on code in PR #5245:
URL: https://github.com/apache/fineract/pull/5245#discussion_r2672260639
##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/loanaccount/service/LoanAccrualActivityProcessingServiceImpl.java:
##########
@@ -108,15 +110,18 @@ public void makeAccrualActivityTransaction(final @NonNull
Loan loan, final @NonN
}
@Override
- public void recalculateAccrualActivityTransaction(Loan loan,
ChangedTransactionDetail changedTransactionDetail) {
+ public void recalculateAccrualActivityTransaction(Loan loan,
ChangedTransactionDetail changedTransactionDetail,
Review Comment:
Let's rework it without loan transactions argument and without reaging
handling.
Accrual activities should be compared only with loan installments.
--
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]