adamsaghy commented on code in PR #6349:
URL: https://github.com/apache/fineract/pull/6349#discussion_r3904499886
##########
fineract-working-capital-loan/src/main/java/org/apache/fineract/portfolio/workingcapitalloan/data/WorkingCapitalLoanData.java:
##########
@@ -114,4 +114,9 @@ public class WorkingCapitalLoanData implements Serializable
{
// carried by status == CLOSED_WRITTEN_OFF.
private LocalDate writtenOffOnDate;
private CodeValueData writeOffReason;
+ private LocalDate lastPaymentDate;
Review Comment:
These fields should be part of WorkingCapitalLoanCollectionData.
--
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]