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


##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/loanaccount/service/LoanAccrualsProcessingServiceImpl.java:
##########
@@ -318,7 +318,9 @@ private void addAccruals(@NotNull Loan loan, @NotNull 
LocalDate tillDate, boolea
             }
         }
 
-        AccrualPeriodsData accrualPeriods = calculateAccrualAmounts(loan, 
tillDate, periodic);
+        LocalDate calculationTillDate = loan.isProgressiveSchedule()

Review Comment:
   I am afraid we need to limit the till date amendment only for calculating 
the interest. We dont want to pick up any charges early...
   



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