Index: openacs-4/packages/dotlrn-ecommerce/www/application-confirm.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-ecommerce/www/application-confirm.tcl,v diff -u -N --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/dotlrn-ecommerce/www/application-confirm.tcl 7 Aug 2005 13:28:59 -0000 1.1 @@ -0,0 +1,12 @@ +ad_page_contract { +} { + {product_id:notnull} +} + +set section_name [db_string get_name { + select c.course_name||': '||s.section_name + from dotlrn_ecommerce_section s, dotlrn_catalogi c, cr_items i + where product_id = :product_id + and c.item_id = s.course_id + and i.live_revision = c.revision_id +} -default ""] \ No newline at end of file