Author: jacopoc
Date: Mon Aug 14 09:23:54 2006
New Revision: 431377
URL:
http://svn.apache.org/viewvc?rev=431377&view=revLog:
Applied patch from Christian Geisert to fix a bad parameter name in inventory report screen.
Modified:
incubator/ofbiz/trunk/applications/product/widget/facility/ReportScreens.xml
Modified: incubator/ofbiz/trunk/applications/product/widget/facility/ReportScreens.xml
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/product/widget/facility/ReportScreens.xml?rev=431377&r1=431376&r2=431377&view=diff==============================================================================
--- incubator/ofbiz/trunk/applications/product/widget/facility/ReportScreens.xml (original)
+++ incubator/ofbiz/trunk/applications/product/widget/facility/ReportScreens.xml Mon Aug 14 09:23:54 2006
@@ -29,7 +29,7 @@
<set field="headerItem" value="reports"/>
<set field="facilityId" from-field="parameters.facilityId"/>
<set field="productTypeId" from-field=""/>
- <set field="productCategoryId" from-field=""/>
+ <set field="searchInProductCategoryId" from-field=""/>
<set field="productSupplierId" from-field=""/>
<set field="offsetQty" from-field=""/>
<script location="component://product/webapp/facility/WEB-INF/actions/facility/ViewFacilityInventoryByProduct.bsh"/>