somasorosdpc commented on code in PR #3961:
URL: https://github.com/apache/fineract/pull/3961#discussion_r1668320322


##########
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:
   Because LoanApplicationTerms has a method `toLoanProductRelatedDetail` which 
converts it into `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: commits-unsubscr...@fineract.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to