adamsaghy commented on code in PR #5044:
URL: https://github.com/apache/fineract/pull/5044#discussion_r2375695278
##########
fineract-accounting/src/main/java/org/apache/fineract/accounting/producttoaccountmapping/service/ProductToGLAccountMappingHelper.java:
##########
@@ -220,13 +220,34 @@ public void saveChargeOffReasonToGLAccountMappings(final
JsonCommand command, fi
for (int i = 0; i <
chargeOffReasonToExpenseAccountMappingArray.size(); i++) {
final JsonObject jsonObject =
chargeOffReasonToExpenseAccountMappingArray.get(i).getAsJsonObject();
final Long reasonId =
jsonObject.get(LoanProductAccountingParams.CHARGE_OFF_REASON_CODE_VALUE_ID.getValue()).getAsLong();
- final Long expenseAccountId =
jsonObject.get(LoanProductAccountingParams.EXPENSE_GL_ACCOUNT_ID.getValue()).getAsLong();
+ final Long expenseAccountId =
jsonObject.get(LoanProductAccountingParams.EXPENSE_ACCOUNT_ID.getValue()).getAsLong();
Review Comment:
We dont need to change this.
--
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]