adamsaghy commented on code in PR #4884:
URL: https://github.com/apache/fineract/pull/4884#discussion_r2239576915
##########
fineract-progressive-loan/src/main/java/org/apache/fineract/portfolio/loanproduct/calc/data/RepaymentPeriod.java:
##########
@@ -84,6 +84,10 @@ public final class RepaymentPeriod {
@Getter
private BigDecimal totalDisbursedAmount;
+ @Setter
+ @Getter
+ private BigDecimal totalCapitalizedIncomeAmount;
Review Comment:
Was there some issue with capitalized income handling? Should this to be
extracted into a separate PR?
--
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]