summaryrefslogtreecommitdiff
path: root/httemplate/misc/process/email-customer-statement.html
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2015-07-08 19:15:33 -0500
committerJonathan Prykop <jonathan@freeside.biz>2015-07-08 20:52:37 -0500
commit9a4a554d471f490b440294eaa9c60000a6db537e (patch)
treef9bd9cd29f7cd813998ccf650f183d88af800a18 /httemplate/misc/process/email-customer-statement.html
parent7851fe45dfb00b859748d774e3ae3871f44fca86 (diff)
RT#34078: Payment History Report / Statement [Fixes for acl and text preview]
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>