diff options
author | Jonathan Prykop <jonathan@freeside.biz> | 2015-07-08 19:15:33 -0500 |
---|---|---|
committer | Jonathan Prykop <jonathan@freeside.biz> | 2015-07-08 19:15:33 -0500 |
commit | 4f5619288413a185e9933088d9dd8c5afbc55dfa (patch) | |
tree | d324d8f88926f88abe2001b23d9639660017deb2 /httemplate/misc/process | |
parent | 04969741a587fa292c830b83b077c4c7522621b9 (diff) |
RT#34078: Payment History Report / Statement [Fixes for acl and text preview]
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> |