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


##########
fineract-loan/src/main/java/org/apache/fineract/accounting/producttoaccountmapping/service/SavingsProductToGLAccountMappingHelper.java:
##########
@@ -229,6 +249,61 @@ public void 
handleChangesToSavingsProductToGLAccountMappings(final Long savingsP
                         savingsProductId, 
CashAccountsForSavings.ESCHEAT_LIABILITY.getValue(), changes);
             break;
             case ACCRUAL_PERIODIC:
+                // asset
+                mergeSavingsToAssetAccountMappingChanges(element, 
SavingProductAccountingParams.SAVINGS_REFERENCE.getValue(),
+                        savingsProductId, 
AccrualAccountsForSavings.SAVINGS_REFERENCE.getValue(),

Review Comment:
   Are you sure you have pushed the changes? i dont see any changes here



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