Author: apatel
Date: Wed Aug 19 11:56:57 2009
New Revision: 805767
URL:
http://svn.apache.org/viewvc?rev=805767&view=revLog:
Order finaccounts in list by id.
Modified:
ofbiz/trunk/applications/accounting/widget/FinAccountForms.xml
Modified: ofbiz/trunk/applications/accounting/widget/FinAccountForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/FinAccountForms.xml?rev=805767&r1=805766&r2=805767&view=diff==============================================================================
--- ofbiz/trunk/applications/accounting/widget/FinAccountForms.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/FinAccountForms.xml Wed Aug 19 11:56:57 2009
@@ -45,7 +45,7 @@
<service service-name="performFind" result-map="result" result-map-list="listIt">
<field-map field-name="inputFields" from-field="parameters"/>
<field-map field-name="entityName" value="FinAccount"/>
- <field-map field-name="orderBy" value="fromDate"/>
+ <field-map field-name="orderBy" value="finAccountId"/>
</service>
</actions>
<auto-fields-entity entity-name="FinAccount" default-field-type="display"/>