Error in InventoryReports

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Error in InventoryReports

Christian Geisert
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"/>
Reply | Threaded
Open this post in threaded view
|

Re: Error in InventoryReports

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