diff options
author | Jonathan Prykop <jonathan@freeside.biz> | 2015-07-08 21:33:10 -0500 |
---|---|---|
committer | Jonathan Prykop <jonathan@freeside.biz> | 2015-07-08 21:33:10 -0500 |
commit | f5cc5eb0b51cf3c5e91fda0a47965cbe6f40496e (patch) | |
tree | 81031afe880fe546e120e39aa1ac892e23bd6c9b | |
parent | c463320a7aa49cf01cd1d66b48739d4e9998dad6 (diff) |
RT#34078: Payment History Report / Statement [menu fix, v3 only]
-rw-r--r-- | httemplate/view/cust_main/payment_history.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/cust_main/payment_history.html b/httemplate/view/cust_main/payment_history.html index db2cf4f23..69571c78e 100644 --- a/httemplate/view/cust_main/payment_history.html +++ b/httemplate/view/cust_main/payment_history.html @@ -151,7 +151,7 @@ %# invoice reports, combined statement % if ( $curuser->access_right('List invoices') ) { -% if ( $curuser->access_right('Bulk send customer notices') +% if ( $curuser->access_right('Resend invoices') % && $cust_main->invoicing_list_emailonly ) { <A HREF="<% $p %>misc/email-customer-statement.html?table=cust_main;agent_virt_agentnum=<% $cust_main->agentnum %>;custnum=<% $custnum %>"><% mt('Email statement to this customer') |h %></A> |