summaryrefslogtreecommitdiff
path: root/httemplate/misc/process/send-report.html
blob: 3bceebc0c51dfde83c37894357dba40c009cca33 (plain)
1
2
3
4
5
6
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 %>