diff options
Diffstat (limited to 'httemplate/search/report_future_autobill-queued_job.html')
-rw-r--r-- | httemplate/search/report_future_autobill-queued_job.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/httemplate/search/report_future_autobill-queued_job.html b/httemplate/search/report_future_autobill-queued_job.html new file mode 100644 index 000000000..d23efb5b1 --- /dev/null +++ b/httemplate/search/report_future_autobill-queued_job.html @@ -0,0 +1,11 @@ +<% $server->process %> +<%init> + +die "access denied" + unless $FS::CurrentUser::CurrentUser->access_right('Financial reports'); + +my $server = new FS::UI::Web::JSRPC + 'FS::Report::Queued::FutureAutobill::make_report', + $cgi; + +</%init> |