Thanks Hans  :-) ,

Regards,
--
Ashish Nagar

hans...@apache.org wrote:
Author: hansbak
Date: Sat Jul  4 07:20:29 2009
New Revision: 791070

URL: http://svn.apache.org/viewvc?rev=791070&view=rev
Log:
OFBIZ-2700: missing import on showcart

Modified:
    
ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/WEB-INF/actions/cart/ShowCart.groovy

Modified: 
ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/WEB-INF/actions/cart/ShowCart.groovy
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/WEB-INF/actions/cart/ShowCart.groovy?rev=791070&r1=791069&r2=791070&view=diff
==============================================================================
--- 
ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/WEB-INF/actions/cart/ShowCart.groovy
 (original)
+++ 
ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/WEB-INF/actions/cart/ShowCart.groovy
 Sat Jul  4 07:20:29 2009
@@ -21,6 +21,7 @@
 import org.ofbiz.product.catalog.CatalogWorker;
 import org.ofbiz.order.shoppingcart.product.ProductDisplayWorker;
 import org.ofbiz.order.shoppingcart.ShoppingCartEvents;
+import org.ofbiz.product.store.ProductStoreWorker;
 import org.ofbiz.entity.condition.*;
// Get the Cart and Prepare Size




Reply via email to