summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2016-07-26 11:49:36 -0700
committerMark Wells <mark@freeside.biz>2016-07-26 11:49:36 -0700
commit0b08a87698a2278f3806a66dd6c93b24b18d4767 (patch)
treeec301c1ad43ef6e750b335201417c97cc62a0266
parent4e2e2afe2b9d54e971f433350f215df156e64f60 (diff)
customer menu link to data usage report, #42310
-rw-r--r--httemplate/view/cust_main/menu.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/httemplate/view/cust_main/menu.html b/httemplate/view/cust_main/menu.html
index 9e194f42d..7c7303bc9 100644
--- a/httemplate/view/cust_main/menu.html
+++ b/httemplate/view/cust_main/menu.html
@@ -391,8 +391,17 @@ my @menu = (
url => "search/report_svc_acct.html?custnum=$custnum",
},
{
+ label => 'View data usage',
+ popup => "search/report_sqlradius_usage-custnum.html?$custnum",
+ acl => 'Usage: RADIUS sessions',
+ actionlabel => 'Data usage report',
+ width => 480,
+ height => 245,
+ },
+ {
label => 'View CDRs',
url => "search/report_cdr.html?custnum=$custnum",
+ # XXX should have a condition that the customer has any CDR packages
},
],
[