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

svn commit: r673108 - /ofbiz/trunk/applications/order/webapp/ordermgr/return/ReturnForms.xml

Author: jacopoc
Date: Tue Jul  1 08:37:01 2008
New Revision: 673108

URL: http://svn.apache.org/viewvc?rev=673108&view=rev
Log:
Added field to search returns by type.

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

Modified: ofbiz/trunk/applications/order/webapp/ordermgr/return/ReturnForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/return/ReturnForms.xml?rev=673108&r1=673107&r2=673108&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/return/ReturnForms.xml (original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/return/ReturnForms.xml Tue Jul  1 08:37:01 2008
@@ -115,6 +115,11 @@
 
     <form name="FindReturns" type="single"  target="findreturn" title=""
         header-row-style="header-row" default-table-style="basic-table">
+        <field name="returnHeaderTypeId">
+            <drop-down allow-empty="true">
+                <entity-options entity-name="ReturnHeaderType" description="${description}"/>
+            </drop-down>
+        </field>
         <field name="returnId" title="${uiLabelMap.OrderReturnId}"><text-find/></field>
         <field name="fromPartyId" title="${uiLabelMap.OrderReturnFromParty}">
             <lookup target-form-name="LookupPartyName"/>