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


##########
fineract-working-capital-loan/src/main/java/org/apache/fineract/portfolio/workingcapitalloan/domain/WorkingCapitalLoanDelinquencyAction.java:
##########
@@ -51,7 +53,17 @@ public class WorkingCapitalLoanDelinquencyAction extends 
AbstractAuditableWithUT
     @Column(name = "start_date", nullable = false)
     private LocalDate startDate;
 
-    @Column(name = "end_date", nullable = false)
+    @Column(name = "end_date")
     private LocalDate endDate;
 
+    @Column(name = "minimum_payment", scale = 6, precision = 19)
+    private BigDecimal minimumPayment;

Review Comment:
   We should allow to change the `DelinquencyMinimumPaymentType` as well if we 
are already allow to change the `DelinquencyFrequencyType`



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