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


##########
fineract-loan/src/main/java/org/apache/fineract/portfolio/loanaccount/domain/Loan.java:
##########
@@ -453,6 +453,9 @@ public class Loan extends 
AbstractAuditableWithUTCDateTimeCustom<Long> {
     @Column(name = "enable_installment_level_delinquency", nullable = false)
     private boolean enableInstallmentLevelDelinquency = false;
 
+    @Column(name = "enable_accrual_activity_posting", nullable = false)

Review Comment:
   It would be better place in the `LoanProductRelatedDetail` which can be 
found in LoanProduct entity and Loan entity as well! ;)



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