summaryrefslogtreecommitdiff
path: root/httemplate/misc/process/email-customer-statement.html
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-07-09 17:56:51 -0700
committerIvan Kohler <ivan@freeside.biz>2015-07-09 17:56:51 -0700
commitd05d7346bb2387fd9d0354923d577275c5c7f019 (patch)
treefa263fea8fcae20187473ce44ee9829467d513cd /httemplate/misc/process/email-customer-statement.html
parent2c09925cad2ade037e6ae953e4ed6fc056811f2f (diff)
parent9a4a554d471f490b440294eaa9c60000a6db537e (diff)
Merge branch 'FREESIDE_4_BRANCH' of git.freeside.biz:/home/git/freeside into FREESIDE_4_BRANCH
Diffstat (limited to 'httemplate/misc/process/email-customer-statement.html')
-rw-r--r--httemplate/misc/process/email-customer-statement.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/httemplate/misc/process/email-customer-statement.html b/httemplate/misc/process/email-customer-statement.html
new file mode 100644
index 000000000..40a8a702a
--- /dev/null
+++ b/httemplate/misc/process/email-customer-statement.html
@@ -0,0 +1,9 @@
+<% $server->process %>
+<%init>
+
+die "access denied"
+ unless $FS::CurrentUser::CurrentUser->access_right('Resend invoices');
+
+my $server = new FS::UI::Web::JSRPC 'FS::cust_main_Mixin::process_email_search_result', $cgi;
+
+</%init>