summaryrefslogtreecommitdiff
path: root/httemplate/view
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2017-05-11 15:50:35 -0700
committerIvan Kohler <ivan@freeside.biz>2017-05-11 15:50:35 -0700
commit92c3ebd90c50b3652adb0f57005d6af9ec2d035d (patch)
treea35e3b196b46b053219bbc6c9e0cd6bf3220fadf /httemplate/view
parentd9541c5d440849911472b8850c380b9c6556d6fa (diff)
test billing events, RT#73949
Diffstat (limited to 'httemplate/view')
-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;