Revert "RT# 74693 - Added ability to bulk edit rates with excel"
[freeside.git] / httemplate / misc / process / send-report.html
1 <%init>
2 die "access denied"
3   unless $FS::CurrentUser::CurrentUser->access_right('Send reports to customers');
4
5 my $server = FS::UI::Web::JSRPC->new('FS::report_batch::process_send_report', $cgi);
6 </%init>
7 <% $server->process %>