adamsaghy commented on code in PR #5317:
URL: https://github.com/apache/fineract/pull/5317#discussion_r2704427252
##########
fineract-progressive-loan/src/main/java/org/apache/fineract/portfolio/loanaccount/domain/transactionprocessor/impl/AdvancedPaymentScheduleTransactionProcessor.java:
##########
@@ -2120,6 +2123,12 @@ private void handleAccelerateMaturityDate(final
LoanTransaction loanTransaction,
loanSchedule.updateLoanSchedule(loan,
installmentsUpToTransactionDate);
+ final boolean hasReAgedInstallments = currentInstallment.isReAged()
Review Comment:
why does it matter? The calculator and model should be aware already...
there should be no difference in the handling
--
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]