FinAccountHelper.getBalance attempts to filter withdrawl transactions by
currency
---------------------------------------------------------------------------------
Key: OFBIZ-3371
URL: https://issues.apache.org/jira/browse/OFBIZ-3371
Project: OFBiz
Issue Type: Bug
Components: order
Affects Versions: SVN trunk
Reporter: Bob Morley
Priority: Critical
The getBalance method sets up two entity condition lists; one for increases and
one for decreases. The decrease list has a condition on the currencyUomId
against the "FinAccountTransSum" view-entity. This entity does not have a
currency (in fact currency is set on the financial acocunt itself, and not the
transactions which _must_ be in that currency. I have simply removed the
offending line and cleaned up the method a little bit (generics violations,
un-used variables).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.