summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2017-05-11 15:50:37 -0700
committerIvan Kohler <ivan@freeside.biz>2017-05-11 15:50:37 -0700
commit16df515e0e4b9a4ee977e58f1f4a1520a770e536 (patch)
treeab8038d1911287eabb4518758d5c048bd5ffbf3d
parenta968c0f49f8f360be737a6e82dc499c8b71b2d2c (diff)
test billing events, RT#73949
-rw-r--r--httemplate/view/cust_main/menu.html5
1 files changed, 5 insertions, 0 deletions
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
@@ -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;