diff options
Diffstat (limited to 'httemplate/misc/process/send-report.html')
-rw-r--r-- | httemplate/misc/process/send-report.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/httemplate/misc/process/send-report.html b/httemplate/misc/process/send-report.html new file mode 100644 index 000000000..3bceebc0c --- /dev/null +++ b/httemplate/misc/process/send-report.html @@ -0,0 +1,7 @@ +<%init> +die "access denied" + unless $FS::CurrentUser::CurrentUser->access_right('Send reports to customers'); + +my $server = FS::UI::Web::JSRPC->new('FS::report_batch::process_send_report', $cgi); +</%init> +<% $server->process %> |