You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2012/05/07 10:46:05 UTC

svn commit: r1334923 - /ofbiz/trunk/applications/product/widget/facility/FacilityForms.xml

Author: jleroux
Date: Mon May  7 08:46:04 2012
New Revision: 1334923

URL: http://svn.apache.org/viewvc?rev=1334923&view=rev
Log:
We missed a lookup there

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=1334923&r1=1334922&r2=1334923&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/widget/facility/FacilityForms.xml (original)
+++ ofbiz/trunk/applications/product/widget/facility/FacilityForms.xml Mon May  7 08:46:04 2012
@@ -559,9 +559,7 @@ under the License.
     <form name="FindPhysicalInventory" type="single" target="FindFacilityPhysicalInventory" title=""
         header-row-style="header-row" default-table-style="basic-table">
         <field name="facilityId"><hidden/></field>
-        <field name="productId" title="${uiLabelMap.ProductProductId}">
-            <text/>
-        </field>
+        <field name="productId" position="1"><lookup target-form-name="LookupProduct"/></field>
         <field name="internalName" title="${uiLabelMap.ProductInternalName}">
             <text/>
         </field>