adamsaghy commented on code in PR #5102:
URL: https://github.com/apache/fineract/pull/5102#discussion_r2490157440
##########
fineract-progressive-loan/src/main/java/org/apache/fineract/portfolio/loanaccount/domain/transactionprocessor/impl/ProgressiveTransactionCtx.java:
##########
@@ -45,22 +46,27 @@ public class ProgressiveTransactionCtx extends
TransactionCtx {
@Setter
private boolean isWrittenOff = false;
@Setter
+ private LoanReAgeInterestHandlingType reAgeInterestHandlingType;
Review Comment:
i dont think we need this. The reage transaction has all the required reage
parameters. It should not be stored in the context as multiple reage txn can be
on a loan.
--
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]