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.

git-svn-id: https://svn.apache.org/repos/asf/ofbiz/trunk@1768240 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/applications/order/widget/ordermgr/ReturnForms.xml b/applications/order/widget/ordermgr/ReturnForms.xml
index b98c770..4b3abb6 100644
--- a/applications/order/widget/ordermgr/ReturnForms.xml
+++ b/applications/order/widget/ordermgr/ReturnForms.xml
@@ -135,11 +135,11 @@
             <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/>