quiet warnings about CGI::param in list context
[freeside.git] / httemplate / search / report_future_autobill-queued_job.html
1 <% $server->process %>
2 <%init>
3
4 die "access denied"
5   unless $FS::CurrentUser::CurrentUser->access_right('Financial reports');
6
7 my $server = new FS::UI::Web::JSRPC
8   'FS::Report::Queued::FutureAutobill::make_report',
9   $cgi;
10
11 </%init>