[freeside-commits] branch FREESIDE_4_BRANCH updated. 16df515e0e4b9a4ee977e58f1f4a1520a770e536

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


The branch, FREESIDE_4_BRANCH has been updated
       via  16df515e0e4b9a4ee977e58f1f4a1520a770e536 (commit)
      from  a968c0f49f8f360be737a6e82dc499c8b71b2d2c (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 16df515e0e4b9a4ee977e58f1f4a1520a770e536
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Thu May 11 15:50:37 2017 -0700

    test billing events, RT#73949

diff --git a/httemplate/view/cust_main/menu.html b/httemplate/view/cust_main/menu.html
index 4d35a02..9e910f8 100644
--- a/httemplate/view/cust_main/menu.html
+++ b/httemplate/view/cust_main/menu.html
@@ -177,6 +177,11 @@ my @menu = (
                        'View customer billing events' ],
     },
     {
+      label       => 'Test billing events',
+      url         => "misc/test-part_event.html?custnum=$custnum",
+      acl         => 'Configuration',
+    },
+    {
       label       => 'Email a notice to this customer',
       url         => sub {
                       my $cust_main = shift;

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

Summary of changes:
 httemplate/view/cust_main/menu.html |    5 +++++
 1 file changed, 5 insertions(+)




More information about the freeside-commits mailing list