airajena commented on code in PR #5592:
URL: https://github.com/apache/fineract/pull/5592#discussion_r2896725170
##########
fineract-progressive-loan/src/main/java/org/apache/fineract/portfolio/loanaccount/loanschedule/domain/ProgressiveLoanScheduleGenerator.java:
##########
@@ -144,6 +144,11 @@ public LoanScheduleModel generate(final MathContext mc,
final LoanApplicationTer
scheduleParams.incrementPeriodNumber();
}
+ // Fix for FINERACT-2520: Ensure disbursement charges are added to
total expected repayment
Review Comment:
Please do not add such comments in the code unless required, this helps to
keep code readable. These fixes comments/explaination of changes belong to PR
description.
--
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]