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:50:43 -0700
commitf75c2fa9ad468b1e09651b0ce912eac380928024 (patch)
tree7dd6b5bcd9407dc5bfb7642dc256383001548c06
parentcc9f59d01e6488140cf8659b82e7533b4e0b1f4d (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
},
],
[