alberto-art3ch commented on code in PR #5859:
URL: https://github.com/apache/fineract/pull/5859#discussion_r3278542053
##########
fineract-working-capital-loan/src/main/java/org/apache/fineract/portfolio/workingcapitalloan/api/WorkingCapitalLoanApiResourceSwagger.java:
##########
@@ -197,6 +197,14 @@ private GetWorkingCapitalLoansLoanIdResponse() {}
public BigDecimal discountProposed;
@Schema(example = "0.0", description = "Approved discount set during
loan approval")
public BigDecimal discountApproved;
+ @Schema(example = "90", description = "Loan term in days
(originalPaymentNumber from amortization schedule); null if schedule not yet
generated")
+ public Integer totalDays;
Review Comment:
Done!
--
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]