adamsaghy commented on code in PR #5219:
URL: https://github.com/apache/fineract/pull/5219#discussion_r2661166790
##########
fineract-progressive-loan/src/main/java/org/apache/fineract/portfolio/loanaccount/loanschedule/domain/ProgressiveLoanScheduleGenerator.java:
##########
@@ -108,11 +109,27 @@ public LoanScheduleModel generate(final MathContext mc,
final LoanApplicationTer
final ProgressiveLoanInterestScheduleModel interestScheduleModel =
emiCalculator.generatePeriodInterestScheduleModel(
expectedRepaymentPeriods,
loanApplicationTerms.toLoanConfigurationDetails(),
loanApplicationTerms.getInstallmentAmountInMultiplesOf(), mc);
+
+
interestScheduleModel.allowFullTermForTranche(loanApplicationTerms.isAllowFullTermForTranche());
Review Comment:
`allowFullTermForTranche` can be stored on the model as part of
`loanProductRelatedDetail`.
`originalNumberOfRepayments` we don t need this. Its already there on the
`loanProductRelatedDetail`
--
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]