[freeside-commits] freeside/httemplate/misc email-customers.html, 1.3, 1.4

Ivan,,, ivan at wavetail.420.am
Thu Dec 3 20:40:30 PST 2009


Update of /home/cvs/cvsroot/freeside/httemplate/misc
In directory wavetail.420.am:/tmp/cvs-serv29572/httemplate/misc

Modified Files:
	email-customers.html 
Log Message:
customer-specific account report (and some small refactoring of method names to clash less), RT#6180

Index: email-customers.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/misc/email-customers.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- email-customers.html	30 Nov 2009 00:38:10 -0000	1.3
+++ email-customers.html	4 Dec 2009 04:40:28 -0000	1.4
@@ -132,7 +132,7 @@
 
 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;



More information about the freeside-commits mailing list