adamsaghy commented on code in PR #4577:
URL: https://github.com/apache/fineract/pull/4577#discussion_r2042416313
##########
fineract-progressive-loan/src/main/java/org/apache/fineract/portfolio/loanproduct/calc/data/ProgressiveLoanInterestScheduleModel.java:
##########
@@ -67,6 +68,9 @@ public class ProgressiveLoanInterestScheduleModel {
private final Money zero;
private final Map<LoanInterestScheduleModelModifiers, Boolean> modifiers;
+ @Setter
+ private LocalDate lastOverdueBalanceChange;
Review Comment:
Why do we need this? It is not used internally for anything... is there any
reason to not keep it in the context that is used in
`AdvancedPaymentScheduleTransactionProcessor.java`?
--
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]