adamsaghy commented on code in PR #4783:
URL: https://github.com/apache/fineract/pull/4783#discussion_r2155240477


##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/loanproduct/service/LoanProductReadPlatformServiceImpl.java:
##########
@@ -249,7 +249,7 @@ public String loanProductSchema() {
                     + "lp.fixed_length as fixedLength, " + 
"lp.enable_accrual_activity_posting as enableAccrualActivityPosting, "
                     + "lp.grace_on_principal_periods as 
graceOnPrincipalPayment, lp.recurring_moratorium_principal_periods as 
recurringMoratoriumOnPrincipalPeriods, lp.grace_on_interest_periods as 
graceOnInterestPayment, lp.grace_interest_free_periods as 
graceOnInterestCharged,lp.grace_on_arrears_ageing as 
graceOnArrearsAgeing,lp.overdue_days_for_npa as overdueDaysForNPA, "
                     + "lp.min_days_between_disbursal_and_first_repayment As 
minimumDaysBetweenDisbursalAndFirstRepayment, "
-                    + "lp.amortization_method_enum as amortizationMethod, 
lp.arrearstolerance_amount as tolerance, "
+                    + "lp.amortization_method_enum as amortizationMethod, 
lp.arrearstolerance_amount as tolerance, lp.allow_accrual_posting_in_arrears as 
allowAccrualPostingInArrears, "

Review Comment:
   Seems unrelated, please raise separate PR with this functionality!



-- 
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]

Reply via email to