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


##########
fineract-loan/src/main/java/org/apache/fineract/portfolio/loanaccount/domain/LoanRepaymentScheduleInstallment.java:
##########
@@ -161,6 +161,9 @@ public class LoanRepaymentScheduleInstallment extends 
AbstractAuditableWithUTCDa
     @Column(name = "is_re_aged", nullable = false)
     private boolean isReAged;
 
+    @Column(name = "is_paid_moved_during_re_aging", nullable = false)
+    private boolean isPaidMovedPaidDuringReAging;

Review Comment:
   Can it be something more generic, like "isReageSpecialInstallment" or 
"isReagePaidInstallment"? `isPaidMovedPaidDuringReAging` sounds weird to me.



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