adamsaghy commented on code in PR #5859:
URL: https://github.com/apache/fineract/pull/5859#discussion_r3277066210
##########
fineract-working-capital-loan/src/main/java/org/apache/fineract/portfolio/workingcapitalloan/api/WorkingCapitalLoanTransactionsApiResourceSwagger.java:
##########
@@ -81,6 +81,8 @@ private GetWorkingCapitalLoanTransactionIdResponse() {}
public BigDecimal feeChargesPortion;
@Schema(example = "0.00", description = "Penalty charges portion from
allocation")
public BigDecimal penaltyChargesPortion;
+ @Schema(example = "500.00", description = "Amortized income portion
(discount fee for transactions with an income relation, zero otherwise)")
+ public BigDecimal amortizedIncomePortion;
Review Comment:
I dont think we need this field
--
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]