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.34 -r1.35 --- openacs-4/packages/dotlrn-ecommerce/lib/section.tcl 13 Mar 2006 17:39:16 -0000 1.34 +++ openacs-4/packages/dotlrn-ecommerce/lib/section.tcl 26 Apr 2006 17:34:33 -0000 1.35 @@ -432,7 +432,7 @@ # HAM # price is using currency_widget set price_split [split $price .] - set price [template::util::currency::create "$" [lindex $price_split 0] [lindex $price_split 1] ] + set price [template::util::currency::create "$" [lindex $price_split 0] "." [lindex $price_split 1] ] db_1row custom_fields { select * from ec_custom_product_field_values where product_id = :product_id @@ -498,8 +498,6 @@ -object_type dotlrn_club \ -community_key $section_key \ -pretty_name "$course_data(name): Section $section_name"] - - ns_log notice "DEBUG:: New community created" } # HAM : Let's add chosen instructors in the role of instructors