alberto-art3ch commented on code in PR #5859:
URL: https://github.com/apache/fineract/pull/5859#discussion_r3289192197
##########
fineract-loan/src/main/java/org/apache/fineract/portfolio/loanaccount/data/LoanAccountData.java:
##########
@@ -89,6 +89,7 @@ public class LoanAccountData {
private boolean isLoanProductLinkedToFloatingRate;
private Long fundId;
private String fundName;
+ private String officeName;
Review Comment:
Done removed!
##########
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:
Done removed!
--
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]