X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=httemplate%2Fmisc%2Femail-customers.html;h=8ac44afc1b0c5446015d6fa8f80fbe7dd0fb09b5;hb=866994096d21b914815cb06353397dc4d00438f3;hp=d2a39287e9750f74105f8521e63d8fc2b8484296;hpb=da63c1a666c4a6ff2ca9ac8a53986f4497252909;p=freeside.git diff --git a/httemplate/misc/email-customers.html b/httemplate/misc/email-customers.html index d2a39287e..8ac44afc1 100644 --- a/httemplate/misc/email-customers.html +++ b/httemplate/misc/email-customers.html @@ -36,7 +36,7 @@ should be used to set msgnum or from/subject/html_body cgi params % } -
+ %# Mixing search params with from address, subject, etc. required special-case %# handling of those, risked name conflicts, and caused massive problems with @@ -78,13 +78,13 @@ should be used to set msgnum or from/subject/html_body cgi params <& /elements/tr-fixed.html, 'field' => 'from', 'label' => 'From:', - 'value' => scalar( $from ), + 'value' => $from, &> <& /elements/tr-fixed.html, 'field' => 'subject', 'label' => 'Subject:', - 'value' => scalar( $subject ), + 'value' => $subject, &>