summaryrefslogtreecommitdiff
path: root/httemplate/misc/email_invoices.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/misc/email_invoices.cgi')
-rw-r--r--httemplate/misc/email_invoices.cgi9
1 files changed, 0 insertions, 9 deletions
diff --git a/httemplate/misc/email_invoices.cgi b/httemplate/misc/email_invoices.cgi
deleted file mode 100644
index 78ca0f6..0000000
--- a/httemplate/misc/email_invoices.cgi
+++ /dev/null
@@ -1,9 +0,0 @@
-<% $server->process %>
-<%init>
-
-die "access denied"
- unless $FS::CurrentUser::CurrentUser->access_right('Resend invoices');
-
-my $server = new FS::UI::Web::JSRPC 'FS::cust_bill::process_reemail', $cgi;
-
-</%init>