svn commit: r1656983 - /ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/facility/ViewFacilityInventoryByProduct.groovy

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

svn commit: r1656983 - /ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/facility/ViewFacilityInventoryByProduct.groovy

jacopoc
Author: jacopoc
Date: Wed Feb  4 04:25:06 2015
New Revision: 1656983

URL: http://svn.apache.org/r1656983
Log:
Fix for error generated by the ViewFacilityInventoryByProduct screen because one of its forms was referencing an undeclared variable. Patch contributed by Deepak Dixit in OFBIZ-6052.

Modified:
    ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/facility/ViewFacilityInventoryByProduct.groovy

Modified: ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/facility/ViewFacilityInventoryByProduct.groovy
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/facility/ViewFacilityInventoryByProduct.groovy?rev=1656983&r1=1656982&r2=1656983&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/facility/ViewFacilityInventoryByProduct.groovy (original)
+++ ofbiz/trunk/applications/product/webapp/facility/WEB-INF/actions/facility/ViewFacilityInventoryByProduct.groovy Wed Feb  4 04:25:06 2015
@@ -197,5 +197,6 @@ if (action) {
         }
     }
 }
+context.overrideListSize = rows.size();
 context.inventoryByProduct = rows;
 context.searchParameterString = searchParameterString;