Index: openacs-4/packages/ecommerce/tcl/ecommerce-procs.xql
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/tcl/ecommerce-procs.xql,v
diff -u -r1.7 -r1.7.4.1
--- openacs-4/packages/ecommerce/tcl/ecommerce-procs.xql 28 Aug 2003 09:41:53 -0000 1.7
+++ openacs-4/packages/ecommerce/tcl/ecommerce-procs.xql 15 Aug 2005 06:05:10 -0000 1.7.4.1
@@ -253,17 +253,6 @@
-
-
- select i.price_charged, i.price_name, i.color_choice, i.size_choice, i.style_choice, p.product_name, p.one_line_description, p.product_id, count(*) as quantity
- from ec_items i, ec_products p
- where i.order_id = :order_id
- and i.product_id = p.product_id
- group by p.product_name, p.one_line_description, p.product_id,
- i.price_charged, i.price_name, i.color_choice, i.size_choice, i.style_choice
-
-
-
select count(*)