somasorosdpc commented on code in PR #5044:
URL: https://github.com/apache/fineract/pull/5044#discussion_r2391060884
##########
integration-tests/src/test/java/org/apache/fineract/integrationtests/common/loans/LoanProductTestBuilder.java:
##########
@@ -834,7 +834,7 @@ public LoanProductTestBuilder
withchargeOffReasonToExpenseAccountMappings(final
}
Map<String, Long> newMap = new HashMap<>();
newMap.put("chargeOffReasonCodeValueId", reasonId);
- newMap.put("expenseGLAccountId", accountId);
+ newMap.put("expenseAccountId", accountId);
Review Comment:
because expenseAccountId is the correct fieldname. it was never working
correctly.
--
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]