adamsaghy commented on code in PR #3958: URL: https://github.com/apache/fineract/pull/3958#discussion_r1665741916
########## fineract-loan/src/main/java/org/apache/fineract/portfolio/loanproduct/domain/LoanProduct.java: ########## @@ -232,6 +232,9 @@ public class LoanProduct extends AbstractPersistableCustom<Long> { @Column(name = "repayment_start_date_type_enum", nullable = false) private RepaymentStartDateType repaymentStartDateType; + @Column(name = "enable_accrual_activity_posting", nullable = false) + private boolean enableAccrualActivityPosting = false; Review Comment: Same as with Loan entity. `LoanProductRelatedDetail` would be a better place for this -- 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: commits-unsubscr...@fineract.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org