Index: openacs-4/packages/dotlrn-ecommerce/lib/section.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-ecommerce/lib/section.tcl,v diff -u -r1.11 -r1.12 --- openacs-4/packages/dotlrn-ecommerce/lib/section.tcl 20 Jul 2005 11:35:33 -0000 1.11 +++ openacs-4/packages/dotlrn-ecommerce/lib/section.tcl 20 Jul 2005 17:39:46 -0000 1.12 @@ -576,7 +576,7 @@ # Update price db_dml update_price { - update ec_products set price = :price where product_id = :product_id + update ec_products set price = :price, product_name = :section_name where product_id = :product_id } # things to insert into ec_custom_product_field_values if they exist