Author: mor
Date: Tue Jan 8 06:01:05 2008
New Revision: 609992
URL:
http://svn.apache.org/viewvc?rev=609992&view=revLog:
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"/>