Author: sichen
Date: Mon Oct 16 21:53:28 2006
New Revision: 464803

URL: http://svn.apache.org/viewvc?view=rev&rev=464803
Log:
order list of returns by entry date descending

Modified:
    
incubator/ofbiz/trunk/applications/order/webapp/ordermgr/return/ReturnForms.xml

Modified: 
incubator/ofbiz/trunk/applications/order/webapp/ordermgr/return/ReturnForms.xml
URL: 
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/order/webapp/ordermgr/return/ReturnForms.xml?view=diff&rev=464803&r1=464802&r2=464803
==============================================================================
--- 
incubator/ofbiz/trunk/applications/order/webapp/ordermgr/return/ReturnForms.xml 
(original)
+++ 
incubator/ofbiz/trunk/applications/order/webapp/ordermgr/return/ReturnForms.xml 
Mon Oct 16 21:53:28 2006
@@ -89,6 +89,7 @@
             <service service-name="performFind"  result-map-name="result" 
result-map-list-name="listIt">
                 <field-map field-name="inputFields" 
env-name="requestParameters"/>
                 <field-map field-name="entityName" value="ReturnHeader"/>
+                <field-map field-name="orderBy" value="entryDate DESC"/>
             </service>
         </actions>
         <field name="returnId"  widget-style="buttontext" 
title="${uiLabelMap.OrderReturnId}">


Reply via email to