adamsaghy commented on code in PR #5872:
URL: https://github.com/apache/fineract/pull/5872#discussion_r3339993310
##########
fineract-working-capital-loan/src/main/java/org/apache/fineract/portfolio/workingcapitalloan/domain/WorkingCapitalLoanBalance.java:
##########
@@ -62,6 +62,14 @@ public class WorkingCapitalLoanBalance extends
AbstractAuditableWithUTCDateTimeC
@Setter
private BigDecimal feePaid = BigDecimal.ZERO;
+ @Column(name = "fee_waived", scale = 6, precision = 19, nullable = false)
Review Comment:
Nothing using these fields at the moment
--
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]