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


##########
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:
   This should be part of https://github.com/apache/fineract/pull/4876 no?



##########
fineract-core/src/main/java/org/apache/fineract/accounting/common/AccountingConstants.java:
##########
@@ -312,7 +312,8 @@ public enum AccrualAccountsForSavings {
         ESCHEAT_LIABILITY(14), //
         FEES_RECEIVABLE(15), //
         PENALTIES_RECEIVABLE(16), //
-        INTEREST_PAYABLE(17);

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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to