diff options
author | Jonathan Prykop <jonathan@freeside.biz> | 2015-07-08 19:15:33 -0500 |
---|---|---|
committer | Jonathan Prykop <jonathan@freeside.biz> | 2015-07-08 21:12:17 -0500 |
commit | c463320a7aa49cf01cd1d66b48739d4e9998dad6 (patch) | |
tree | e87a44ed2bffe2f7e46449645e53e6d671116af1 /httemplate/misc/process | |
parent | 37029cf228bef0fe95ff5dbc62e7fb989eadd328 (diff) |
RT#34078: Payment History Report / Statement [backport of acl and preview fixes]
Diffstat (limited to 'httemplate/misc/process')
-rw-r--r-- | httemplate/misc/process/email-customer-statement.html | 9 |
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> |