Author: hansbak
Date: Tue Jun 30 15:11:32 2009
New Revision: 789786
URL:
http://svn.apache.org/viewvc?rev=789786&view=revLog:
change the ordering of the customer requests
Modified:
ofbiz/trunk/applications/order/widget/ordermgr/RequestScreens.xml
Modified: ofbiz/trunk/applications/order/widget/ordermgr/RequestScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/widget/ordermgr/RequestScreens.xml?rev=789786&r1=789785&r2=789786&view=diff==============================================================================
--- ofbiz/trunk/applications/order/widget/ordermgr/RequestScreens.xml (original)
+++ ofbiz/trunk/applications/order/widget/ordermgr/RequestScreens.xml Tue Jun 30 15:11:32 2009
@@ -638,8 +638,7 @@
<condition-expr field-name="fromPartyId" operator="not-equals" from-field="notFromPartyId" ignore-if-empty="true"/>
<condition-expr field-name="statusId" operator="equals" value="CRQ_COMPLETED"/>
</condition-list>
- <order-by field-name="+priority"/>
- <order-by field-name="+custRequestDate"/>
+ <order-by field-name="-custRequestDate"/>
</entity-condition>
</actions>
<widgets/>
@@ -660,8 +659,7 @@
<condition-expr field-name="statusId" operator="equals" value="CRQ_CANCELLED"/>
</condition-list>
</condition-list>
- <order-by field-name="+priority"/>
- <order-by field-name="+custRequestDate"/>
+ <order-by field-name="-custRequestDate"/>
</entity-condition>
</actions>
<widgets/>