Author: deepak
Date: Wed Jun  8 14:11:20 2016
New Revision: 1747399

URL: http://svn.apache.org/viewvc?rev=1747399&view=rev
Log:
(OFBIZ-7250) Applied patch from jira ticket
=======================================
Add a look-up for Product Id in Find Facility Inventory Items Screen
=======================================
Thanks  Pawan for your contirbution.

Modified:
    ofbiz/trunk/applications/product/widget/facility/FacilityForms.xml

Modified: ofbiz/trunk/applications/product/widget/facility/FacilityForms.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/facility/FacilityForms.xml?rev=1747399&r1=1747398&r2=1747399&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/widget/facility/FacilityForms.xml 
(original)
+++ ofbiz/trunk/applications/product/widget/facility/FacilityForms.xml Wed Jun  
8 14:11:20 2016
@@ -395,7 +395,7 @@ under the License.
         <field name="facilityId"><hidden/></field>
         <field name="action"><hidden value="SEARCH"/></field>
         <field name="productId" title="${uiLabelMap.ProductProductId}">
-            <text/>
+            <lookup target-form-name="LookupProduct"/>
         </field>
         <field name="internalName" title="${uiLabelMap.ProductInternalName}">
             <text/>


Reply via email to