From: Mark Wells Date: Tue, 26 Jul 2016 18:49:36 +0000 (-0700) Subject: customer menu link to data usage report, #42310 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=0b08a87698a2278f3806a66dd6c93b24b18d4767;p=freeside.git customer menu link to data usage report, #42310 --- 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 @@ -390,9 +390,18 @@ my @menu = ( label => 'View accounts', 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 }, ], [