adamsaghy commented on code in PR #5960:
URL: https://github.com/apache/fineract/pull/5960#discussion_r3389828054
##########
fineract-working-capital-loan/src/main/java/org/apache/fineract/portfolio/workingcapitalloanproduct/domain/WorkingCapitalLoanProductRelatedDetails.java:
##########
@@ -95,4 +95,7 @@ public class WorkingCapitalLoanProductRelatedDetails {
@Enumerated(EnumType.STRING)
@Column(name = "delinquency_start_type", nullable = false)
private WorkingCapitalLoanDelinquencyStartType delinquencyStartType;
+
+ @Column(name = "breach_grace_days", nullable = true)
+ private Integer breachGraceDays = 0;
Review Comment:
no need to set default value
--
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]