You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ap...@apache.org on 2009/08/19 13:56:57 UTC

svn commit: r805767 - /ofbiz/trunk/applications/accounting/widget/FinAccountForms.xml

Author: apatel
Date: Wed Aug 19 11:56:57 2009
New Revision: 805767

URL: http://svn.apache.org/viewvc?rev=805767&view=rev
Log:
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"/>