You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by mo...@apache.org on 2008/01/08 15:01:06 UTC

svn commit: r609992 - /ofbiz/trunk/applications/accounting/widget/GlSetupScreens.xml

Author: mor
Date: Tue Jan  8 06:01:05 2008
New Revision: 609992

URL: http://svn.apache.org/viewvc?rev=609992&view=rev
Log:
Added order-by clause

Modified:
    ofbiz/trunk/applications/accounting/widget/GlSetupScreens.xml

Modified: ofbiz/trunk/applications/accounting/widget/GlSetupScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/GlSetupScreens.xml?rev=609992&r1=609991&r2=609992&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/widget/GlSetupScreens.xml (original)
+++ ofbiz/trunk/applications/accounting/widget/GlSetupScreens.xml Tue Jan  8 06:01:05 2008
@@ -522,6 +522,8 @@
                 <set field="organizationPartyId" from-field="parameters.organizationPartyId" />
                 <entity-condition entity-name="TaxAuthorityGlAccount" list-name="taxAuthorityGlAccounts">
                     <condition-expr field-name="organizationPartyId" env-name="organizationPartyId"/>
+                    <order-by field-name="taxAuthGeoId"/>
+                    <order-by field-name="taxAuthPartyId"/>
                 </entity-condition>
                 <entity-condition entity-name="GlAccountOrganizationAndClass" list-name="glAccounts" use-cache="true">
                     <condition-expr field-name="organizationPartyId" env-name="organizationPartyId"/>