Login  Register

Re: Error in InventoryReports

Posted by Jacopo Cappellato on Aug 14, 2006; 5:59pm
URL: http://ofbiz.116.s1.nabble.com/Error-in-InventoryReports-tp170665p170666.html

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"/>