RT# 38517 - added auto create of customer contact, if requestor is not a contact...
[freeside.git] / httemplate / search / report_queued_newtax.cgi
1 <% $server->process %>
2 <%init>
3
4 die "access denied"
5   unless $FS::CurrentUser::CurrentUser->access_right('Financial reports');
6
7 my $server =
8    new FS::UI::Web::JSRPC 'FS::tax_rate::queue_liability_report', $cgi;
9
10 </%init>