Thanks Christian,
this is now in svn rev. 431377
Jacopo
Christian Geisert wrote:
> Hi,
>
> I just noticed a problem with facility/control/InventoryReports (wrong
> parameter). The attached patch seems to fix it.
>
>
>
> ------------------------------------------------------------------------
>
> 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"/>