[freeside-commits] branch FREESIDE_3_BRANCH updated. ba375fd5f0c6af9d2880a4db1396ffb182754413

Ivan ivan at 420.am
Thu May 11 15:53:38 PDT 2017


The branch, FREESIDE_3_BRANCH has been updated
       via  ba375fd5f0c6af9d2880a4db1396ffb182754413 (commit)
      from  6070ba9748b0ec74276cb13abd1ba90bd68d1d21 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit ba375fd5f0c6af9d2880a4db1396ffb182754413
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Thu May 11 15:53:36 2017 -0700

    test billing events, RT#73949

diff --git a/httemplate/view/cust_main.cgi b/httemplate/view/cust_main.cgi
index 287658f..57023a4 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',

-----------------------------------------------------------------------

Summary of changes:
 httemplate/view/cust_main.cgi |    4 ++++
 1 file changed, 4 insertions(+)




More information about the freeside-commits mailing list