From: Ivan Kohler Date: Sun, 12 Jul 2015 06:48:02 +0000 (-0700) Subject: no need for scalar X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=289c9f4539d57534404ada05193b425f6d49200b no need for scalar --- diff --git a/httemplate/misc/email-customers.html b/httemplate/misc/email-customers.html index d2a39287e..47e6a5b48 100644 --- a/httemplate/misc/email-customers.html +++ b/httemplate/misc/email-customers.html @@ -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, &>