summaryrefslogtreecommitdiff
path: root/httemplate/search/report_queued_newtax.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/search/report_queued_newtax.cgi')
-rwxr-xr-xhttemplate/search/report_queued_newtax.cgi10
1 files changed, 0 insertions, 10 deletions
diff --git a/httemplate/search/report_queued_newtax.cgi b/httemplate/search/report_queued_newtax.cgi
deleted file mode 100755
index a375fce62..000000000
--- a/httemplate/search/report_queued_newtax.cgi
+++ /dev/null
@@ -1,10 +0,0 @@
-<% $server->process %>
-<%init>
-
-die "access denied"
- unless $FS::CurrentUser::CurrentUser->access_right('Financial reports');
-
-my $server =
- new FS::UI::Web::JSRPC 'FS::tax_rate::queue_liability_report', $cgi;
-
-</%init>