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);


Reply via email to