summaryrefslogtreecommitdiff
path: root/httemplate/misc/process
diff options
context:
space:
mode:
authormark <mark>2010-09-17 18:12:08 +0000
committermark <mark>2010-09-17 18:12:08 +0000
commit6c9cd1c36adbb9fc950fcf0a0b269fa6f16838a1 (patch)
tree1c90e0377b37a98bd7a1757532648a9e966f291a /httemplate/misc/process
parent853fca259ec006d4a5f3ce046e5334210412baac (diff)
email_search_result for cust_pkg and svc_broadband, RT#8736
Diffstat (limited to 'httemplate/misc/process')
-rw-r--r--httemplate/misc/process/email-customers.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/process/email-customers.html b/httemplate/misc/process/email-customers.html
index c54bc6dca..de2bb926b 100644
--- a/httemplate/misc/process/email-customers.html
+++ b/httemplate/misc/process/email-customers.html
@@ -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_result', $cgi;
+my $server = new FS::UI::Web::JSRPC 'FS::cust_main_Mixin::process_email_search_result', $cgi;
</%init>