From 92c3ebd90c50b3652adb0f57005d6af9ec2d035d Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Thu, 11 May 2017 15:50:35 -0700 Subject: test billing events, RT#73949 --- httemplate/view/cust_main/menu.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'httemplate/view') diff --git a/httemplate/view/cust_main/menu.html b/httemplate/view/cust_main/menu.html index 4d35a0235..9e910f861 100644 --- a/httemplate/view/cust_main/menu.html +++ b/httemplate/view/cust_main/menu.html @@ -176,6 +176,11 @@ my @menu = ( acl => [ 'Billing event reports', '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 { -- cgit v1.2.1