sayhaed commented on code in PR #4885:
URL: https://github.com/apache/fineract/pull/4885#discussion_r2277848601
##########
fineract-accounting/src/main/java/org/apache/fineract/accounting/producttoaccountmapping/service/SavingsProductToGLAccountMappingHelper.java:
##########
@@ -263,6 +263,10 @@ public void
handleChangesToSavingsProductToGLAccountMappings(final Long savingsP
savingsProductId,
AccrualAccountsForSavings.FEES_RECEIVABLE.getValue(),
AccrualAccountsForSavings.FEES_RECEIVABLE.toString(),
changes);
+ mergeSavingsToAssetAccountMappingChanges(element,
SavingProductAccountingParams.INTEREST_RECEIVABLE.getValue(),
Review Comment:
You're right, this is logically part of #4876 I included it here because
it's a necessary dependency for the accrual logic in this PR to work correctly.
Let me know if you'd prefer I handle this differently
--
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]