svn commit: r1768240 - /ofbiz/trunk/applications/order/widget/ordermgr/ReturnForms.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1768240 - /ofbiz/trunk/applications/order/widget/ordermgr/ReturnForms.xml

diveshdutta
Author: diveshdutta
Date: Sat Nov  5 16:29:10 2016
New Revision: 1768240

URL: http://svn.apache.org/viewvc?rev=1768240&view=rev
Log:
Improvement: Converted search criteria on status field into multi select pattern for Find Return Screen in Order component.

(OFBIZ-7543)

Thanks: Mohammad Kathawala for the patch.

Modified:
    ofbiz/trunk/applications/order/widget/ordermgr/ReturnForms.xml

Modified: ofbiz/trunk/applications/order/widget/ordermgr/ReturnForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/widget/ordermgr/ReturnForms.xml?rev=1768240&r1=1768239&r2=1768240&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/widget/ordermgr/ReturnForms.xml (original)
+++ ofbiz/trunk/applications/order/widget/ordermgr/ReturnForms.xml Sat Nov  5 16:29:10 2016
@@ -135,11 +135,11 @@ under the License.
             <text-find/>
         </field>
         <field name="statusId" title="${uiLabelMap.CommonStatus}">
-            <drop-down allow-empty="true">
+            <check all-checked="false">
                 <entity-options entity-name="StatusItem">
                     <entity-constraint name="statusTypeId" operator="equals" value="ORDER_RETURN_STTS"/>
                 </entity-options>
-            </drop-down>
+            </check>
         </field>
         <field name="entryDate" title="${uiLabelMap.OrderEntryDate}">
             <date-find/>