adamsaghy commented on code in PR #5199:
URL: https://github.com/apache/fineract/pull/5199#discussion_r2598167222
##########
fineract-loan/src/main/java/org/apache/fineract/portfolio/loanaccount/domain/Loan.java:
##########
@@ -427,6 +427,9 @@ public class Loan extends
AbstractAuditableWithUTCDateTimeCustom<Long> {
@Column(name = "enable_installment_level_delinquency", nullable = false)
private boolean enableInstallmentLevelDelinquency = false;
+ @Column(name = "allow_full_term_for_tranche", nullable = false)
+ private boolean allowFullTermForTranche = false;
Review Comment:
we should have this in `LoanProductTrancheDetails`, no? It can be configured
on loan product and override on loan level.
--
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]