From ba375fd5f0c6af9d2880a4db1396ffb182754413 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Thu, 11 May 2017 15:53:36 -0700 Subject: [PATCH] test billing events, RT#73949 --- httemplate/view/cust_main.cgi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/httemplate/view/cust_main.cgi b/httemplate/view/cust_main.cgi index 287658f70..57023a499 100755 --- a/httemplate/view/cust_main.cgi +++ b/httemplate/view/cust_main.cgi @@ -141,6 +141,10 @@ function areyousure_popup(message, action, actionlabel) { % $br=1; <% mt('View billing events for this customer') |h %> % } +% if ( $curuser->access_right('Configuration') ) { + <% $br++ ? ' | ' : '' %> + <% mt('Test billing events for this customer') |h %> +% } % % my $email_link = ($cust_main->invoicing_list_emailonly) && % include('/elements/email-link.html', -- 2.20.1