diff options
author | Ivan Kohler <ivan@freeside.biz> | 2017-05-11 15:53:36 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2017-05-11 15:53:36 -0700 |
commit | ba375fd5f0c6af9d2880a4db1396ffb182754413 (patch) | |
tree | 0a0c30e4023ca184949c36cbbcbe3ed4bfa9e02f | |
parent | 6070ba9748b0ec74276cb13abd1ba90bd68d1d21 (diff) |
test billing events, RT#73949
-rwxr-xr-x | httemplate/view/cust_main.cgi | 4 |
1 files changed, 4 insertions, 0 deletions
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; <A HREF="<% $p %>search/cust_event.html?custnum=<% $custnum %>"><% mt('View billing events for this customer') |h %></A> % } +% if ( $curuser->access_right('Configuration') ) { + <% $br++ ? ' | ' : '' %> + <A HREF="<% $p %>misc/test-part_event.html?custnum=<% $custnum %>"><% mt('Test billing events for this customer') |h %></A> +% } % % my $email_link = ($cust_main->invoicing_list_emailonly) && % include('/elements/email-link.html', |