Skip to content
This repository has been archived by the owner on May 9, 2020. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
…-4466 "Chart of accounts isn't sorted properly"

When adding a new GL account it always displayed as the last entry, even if it has a lower ID

git-svn-id: https://svn.apache.org/repos/asf/ofbiz/trunk@1201125 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
JacquesLeRoux committed Nov 12, 2011
1 parent 3293598 commit 2df65d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions applications/accounting/widget/GlobalGlAccountsForms.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ under the License.
<service service-name="performFind" result-map="result" result-map-list="listIt">
<field-map field-name="inputFields" from-field="parameters"/>
<field-map field-name="entityName" from-field="entityName"/>
<field-map field-name="orderBy" value="glAccountId"/>
<field-map field-name="noConditionFind" value="Y"/>
</service>
<property-to-field field="defaultCurrencyUomId" resource="general" property="currency.uom.id.default" default="USD"/>
Expand Down

0 comments on commit 2df65d2

Please sign in to comment.