[freeside-commits] freeside/httemplate/misc/process bulk_change_pkg.cgi, 1.2, 1.3 email-customers.html, 1.1, 1.2

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


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

Modified Files:
	bulk_change_pkg.cgi 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/process/email-customers.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- email-customers.html	17 Jun 2008 03:35:56 -0000	1.1
+++ email-customers.html	4 Dec 2009 04:40:28 -0000	1.2
@@ -4,6 +4,6 @@
 die "access denied"
   unless $FS::CurrentUser::CurrentUser->access_right('Bulk send customer notices');
 
-my $server = new FS::UI::Web::JSRPC 'FS::cust_main::process_email_search_sql', $cgi; 
+my $server = new FS::UI::Web::JSRPC 'FS::cust_main::process_email_search_result', $cgi; 
 
 </%init>

Index: bulk_change_pkg.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/misc/process/bulk_change_pkg.cgi,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- bulk_change_pkg.cgi	29 Jan 2008 03:34:11 -0000	1.2
+++ bulk_change_pkg.cgi	4 Dec 2009 04:40:28 -0000	1.3
@@ -41,7 +41,7 @@
 
 }
 
-my $sql_query = FS::cust_pkg->search_sql(\%search_hash);
+my $sql_query = FS::cust_pkg->search(\%search_hash);
 $sql_query->{'select'} = 'cust_pkg.pkgnum';
 
 my $error = FS::cust_pkg::bulk_change( [ $cgi->param('new_pkgpart') ],



More information about the freeside-commits mailing list