summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2017-05-11 15:53:36 -0700
committerIvan Kohler <ivan@freeside.biz>2017-05-11 15:53:36 -0700
commitba375fd5f0c6af9d2880a4db1396ffb182754413 (patch)
tree0a0c30e4023ca184949c36cbbcbe3ed4bfa9e02f
parent6070ba9748b0ec74276cb13abd1ba90bd68d1d21 (diff)
test billing events, RT#73949
-rwxr-xr-xhttemplate/view/cust_main.cgi4
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',