Author: jleroux
Date: Mon May 7 08:46:04 2012
New Revision: 1334923
URL:
http://svn.apache.org/viewvc?rev=1334923&view=revLog:
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>