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


##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/loanproduct/api/LoanProductsApiResource.java:
##########
@@ -421,6 +421,7 @@ private LoanProductData handleTemplate(final 
LoanProductData productData) {
         final List<EnumOptionData> advancedPaymentAllocationTypes = 
PaymentAllocationType.getValuesAsEnumOptionDataList();
         final List<EnumOptionData> creditAllocationTransactionTypes = 
CreditAllocationTransactionType.getValuesAsEnumOptionDataList();
         final List<EnumOptionData> creditAllocationAllocationTypes = 
AllocationType.getValuesAsEnumOptionDataList();
+        final boolean enableAccrualActivityPosting = false;

Review Comment:
   By default false? What if on the loan product this flag is already set?



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