[freeside-commits] freeside/httemplate/misc email-customers.html, 1.2.2.1, 1.2.2.2

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


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

Modified Files:
      Tag: FREESIDE_1_9_BRANCH
	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.2.2.1
retrieving revision 1.2.2.2
diff -u -d -r1.2.2.1 -r1.2.2.2
--- email-customers.html	30 Nov 2009 00:38:12 -0000	1.2.2.1
+++ email-customers.html	4 Dec 2009 04:40:44 -0000	1.2.2.2
@@ -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