From 58b18f705e1be83a81c028f18908c1de2aae858e Mon Sep 17 00:00:00 2001 From: Jonathan Prykop Date: Fri, 3 Jul 2015 21:30:13 -0500 Subject: [PATCH] RT#34078: Payment History Report / Statement --- httemplate/view/cust_main/payment_history.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/httemplate/view/cust_main/payment_history.html b/httemplate/view/cust_main/payment_history.html index d79d84365..e5bcc5ca9 100644 --- a/httemplate/view/cust_main/payment_history.html +++ b/httemplate/view/cust_main/payment_history.html @@ -151,6 +151,13 @@ %# invoice reports, combined statement % if ( $curuser->access_right('List invoices') ) { +% if ( $curuser->access_right('Bulk send customer notices') +% && $cust_main->invoicing_list_emailonly ) { + + <% mt('Email statement to this customer') |h %> +
+ +% } % if ( $num_cust_bill > 0 ) { <% mt('Download typeset statement PDF') |h %> -- 2.11.0