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


##########
fineract-working-capital-loan/src/main/java/org/apache/fineract/portfolio/workingcapitalloan/domain/WorkingCapitalLoan.java:
##########
@@ -226,6 +228,17 @@ public Long getClientId() {
         return client != null ? client.getId() : null;
     }
 
+    /**
+     * The earliest non-null actual disbursement date, or {@code null} when 
nothing was disbursed yet.

Review Comment:
   Now it is fixed



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