You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by Ashish Nagar <as...@hotwaxmedia.com> on 2009/07/04 09:29:23 UTC

Re: svn commit: r791070 - /ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/WEB-INF/actions/cart/ShowCart.groovy

Thanks Hans  :-) ,

Regards,
--
Ashish Nagar

hansbak@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
>
>
>
>