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, 10 insertions, 0 deletions
diff --git a/httemplate/search/report_queued_newtax.cgi b/httemplate/search/report_queued_newtax.cgi
new file mode 100755
index 0000000..a375fce
--- /dev/null
+++ b/httemplate/search/report_queued_newtax.cgi
@@ -0,0 +1,10 @@
+<% $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>