summaryrefslogtreecommitdiff
path: root/httemplate/misc/print_invoice_events.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/misc/print_invoice_events.cgi')
-rw-r--r--httemplate/misc/print_invoice_events.cgi9
1 files changed, 0 insertions, 9 deletions
diff --git a/httemplate/misc/print_invoice_events.cgi b/httemplate/misc/print_invoice_events.cgi
deleted file mode 100644
index c974d5f..0000000
--- a/httemplate/misc/print_invoice_events.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_event::process_reprint', $cgi;
-
-</%init>