You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jo...@apache.org on 2007/02/23 15:49:32 UTC

svn commit: r510965 - /ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/entry/catalog/categorydetail.bsh

Author: jonesde
Date: Fri Feb 23 06:49:31 2007
New Revision: 510965

URL: http://svn.apache.org/viewvc?view=rev&rev=510965
Log:
Small cleanup to use already declared variable

Modified:
    ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/entry/catalog/categorydetail.bsh

Modified: ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/entry/catalog/categorydetail.bsh
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/entry/catalog/categorydetail.bsh?view=diff&rev=510965&r1=510964&r2=510965
==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/entry/catalog/categorydetail.bsh (original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/WEB-INF/actions/entry/catalog/categorydetail.bsh Fri Feb 23 06:49:31 2007
@@ -51,7 +51,7 @@
 context.put("limitView", limitView);
 
 // get the product category & members
-andMap = UtilMisc.toMap("productCategoryId", request.getAttribute("productCategoryId"), 
+andMap = UtilMisc.toMap("productCategoryId", productCategoryId, 
         "viewIndexString", viewIndex, "viewSizeString", viewSize, 
         "defaultViewSize", defaultViewSize, "limitView", limitView);
 andMap.put("prodCatalogId", currentCatalogId);