summaryrefslogtreecommitdiff
path: root/httemplate/search/report_queued_newtax.cgi
blob: a375fce6273bb7ade45c490be9e3cb740671fc8e (plain)
1
2
3
4
5
6
7
8
9
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>