summaryrefslogtreecommitdiff
path: root/httemplate/misc/process/send-report.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/misc/process/send-report.html')
-rw-r--r--httemplate/misc/process/send-report.html7
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 0000000..3bceebc
--- /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 %>