adamsaghy commented on code in PR #3961:
URL: https://github.com/apache/fineract/pull/3961#discussion_r1668275102
##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/loanaccount/loanschedule/service/LoanScheduleAssembler.java:
##########
@@ -507,7 +507,8 @@ private LoanApplicationTerms
assembleLoanApplicationTermsFrom(final JsonElement
allowCompoundingOnEod, isEqualAmortization,
isInterestToBeRecoveredFirstWhenGreaterThanEMI,
fixedPrincipalPercentagePerInstallment,
isPrincipalCompoundingDisabledForOverdueLoans, isDownPaymentEnabled,
disbursedAmountPercentageForDownPayment,
isAutoRepaymentForDownPaymentEnabled, repaymentStartDateType, submittedOnDate,
- loanScheduleType, loanScheduleProcessingType, fixedLength);
+ loanScheduleType, loanScheduleProcessingType, fixedLength,
+
loanProduct.getLoanProductRelatedDetail().isEnableAccrualActivityPosting());
Review Comment:
Why do we need this in the application terms?
--
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]