adamsaghy commented on code in PR #4885: URL: https://github.com/apache/fineract/pull/4885#discussion_r2259799124
########## fineract-provider/src/main/java/org/apache/fineract/accounting/productaccountmapping/service/ProductToGLAccountMappingWritePlatformServiceImpl.java: ########## @@ -303,6 +304,10 @@ public void createSavingProductToGLAccountMapping(final Long savingProductId, fi case ACCRUAL_PERIODIC: saveSavingsBaseAccountMapping(savingProductId, accountType, command, element); // assets + this.savingsProductToGLAccountMappingHelper.saveSavingsToAssetAccountMapping(element, Review Comment: This should be part of https://github.com/apache/fineract/pull/4876 no? -- 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