X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fmisc%2Femail-customers.html;h=201aed42835b8bd9c7fae029c3a487b58b14ae9d;hb=76fc32468d0353e606c99ca9a26bcb0137fc9de1;hp=46bf3b4fedac19e1032e2082dad1cc54d5a288b8;hpb=500254407a38f459a2a8df720c07f28566985dfd;p=freeside.git diff --git a/httemplate/misc/email-customers.html b/httemplate/misc/email-customers.html index 46bf3b4fe..201aed428 100644 --- a/httemplate/misc/email-customers.html +++ b/httemplate/misc/email-customers.html @@ -47,7 +47,7 @@ Message (HTML display): - <% $cgi->param('html_body') %> + <% $cgi->param('html_body') %> % my $text_body = HTML::FormatText->new(leftmargin=>0)->format( @@ -58,7 +58,7 @@ Message (Text display): -
<% $text_body %>
+
<% $text_body %>
@@ -132,7 +132,7 @@ my $title = 'Bulk send customer notices'; my $num_cust; if ( $cgi->param('magic') eq 'preview' ) { - my $sql_query = FS::cust_main->search_sql(\%search); + my $sql_query = FS::cust_main->search(\%search); my $count_query = delete($sql_query->{'count_query'}); my $count_sth = dbh->prepare($count_query) or die "Error preparing $count_query: ". dbh->errstr;