Error in InventoryReports
Posted by Christian Geisert on
URL: http://ofbiz.116.s1.nabble.com/Error-in-InventoryReports-tp170665.html
Hi,
I just noticed a problem with facility/control/InventoryReports (wrong
parameter). The attached patch seems to fix it.
--
Christian
Index: applications/product/widget/facility/ReportScreens.xml
===================================================================
--- applications/product/widget/facility/ReportScreens.xml (Revision 431312)
+++ applications/product/widget/facility/ReportScreens.xml (Arbeitskopie)
@@ -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"/>