[freeside-commits] freeside/httemplate/misc email-customers.html, 1.9, 1.9.2.1
Mark Wells
mark at wavetail.420.am
Thu Feb 2 17:09:23 PST 2012
Update of /home/cvs/cvsroot/freeside/httemplate/misc
In directory wavetail.420.am:/tmp/cvs-serv17780/httemplate/misc
Modified Files:
Tag: FREESIDE_2_3_BRANCH
email-customers.html
Log Message:
email to search results, #16246
Index: email-customers.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/misc/email-customers.html,v
retrieving revision 1.9
retrieving revision 1.9.2.1
diff -u -w -d -r1.9 -r1.9.2.1
--- email-customers.html 1 Jul 2011 05:33:55 -0000 1.9
+++ email-customers.html 3 Feb 2012 01:09:21 -0000 1.9.2.1
@@ -191,7 +191,10 @@
$sql_query->{'order_by'} = '';
my $object = qsearchs($sql_query);
my $cust = $object->cust_main;
- my %message = $msg_template->prepare( 'cust_main' => $cust );
+ my %message = $msg_template->prepare(
+ 'cust_main' => $cust,
+ 'object' => $object
+ );
($from, $subject, $html_body) = @message{'from', 'subject', 'html_body'};
}
}
More information about the freeside-commits
mailing list