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


##########
fineract-provider/src/main/java/org/apache/fineract/accounting/productaccountmapping/service/ProductToGLAccountMappingWritePlatformServiceImpl.java:
##########
@@ -303,6 +305,12 @@ public void createSavingProductToGLAccountMapping(final 
Long savingProductId, fi
             case ACCRUAL_PERIODIC:
                 saveSavingsBaseAccountMapping(savingProductId, accountType, 
command, element);
                 // assets
+                if (allowOverdraft){
+                    
this.savingsProductToGLAccountMappingHelper.saveSavingsToAssetAccountMapping(element,
+                            
SavingProductAccountingParams.INTEREST_RECEIVABLE.getValue(), savingProductId,

Review Comment:
   Moving from `Interest receivable` to `Interest Receivable`??



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