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


##########
fineract-progressive-loan/src/main/java/org/apache/fineract/portfolio/loanproduct/calc/data/RepaymentPeriod.java:
##########
@@ -92,6 +92,10 @@ public class RepaymentPeriod {
     @Setter
     private boolean isOutstandingMovedDueToReAging = false;
 
+    @Getter
+    @Setter
+    private boolean isPeriodWithMovedPaidAmountDuringReAging = false;

Review Comment:
   Can we use something similar like in the repayment installment entity which 
describe the nature of the period instead of the action?



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