You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by Christian Geisert <ch...@isu-gmbh.de> on 2006/08/14 17:51:09 UTC

Error in InventoryReports

Hi,

I just noticed a problem with facility/control/InventoryReports (wrong
parameter). The attached patch seems to fix it.

-- 
Christian



Re: Error in InventoryReports

Posted by Jacopo Cappellato <ti...@sastau.it>.
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"/>