Index: openacs-4/packages/dotlrn-ecommerce/lib/email-templates.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-ecommerce/lib/email-templates.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/dotlrn-ecommerce/lib/email-templates.tcl 10 Aug 2005 02:02:51 -0000 1.2 +++ openacs-4/packages/dotlrn-ecommerce/lib/email-templates.tcl 12 Aug 2005 02:35:10 -0000 1.3 @@ -23,7 +23,7 @@ set email_types [lreplace $email_types $index $index] } set type_pretty [dotlrn_ecommerce::email_type_pretty -type $type] - set from "using $scope specific template" + } foreach type $email_types { @@ -41,7 +41,7 @@ set from "using course default template" } default { - + set from "" } } template::multirow append email_templates $subject $type [dotlrn_ecommerce::email_type_pretty -type $type] $action_url $action $from