From 2581d8f2341ac8def1a712cfe70543ec5f7b0959 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Fri, 18 Sep 2015 10:57:21 -0700 Subject: send commission reports by email, #33101 --- httemplate/misc/process/send-report.html | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 httemplate/misc/process/send-report.html (limited to 'httemplate/misc/process') 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); + +<% $server->process %> -- cgit v1.2.1