diff options
author | Ivan Kohler <ivan@freeside.biz> | 2013-12-11 14:58:40 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2013-12-11 14:58:40 -0800 |
commit | d4e7a23cc00ce65a85c824efbaf569199c40299b (patch) | |
tree | 4f74bf84a6c3e4edd5fcd94b0a5b8827e09450a0 /httemplate/view/svc_acct.cgi | |
parent | 771afd921a4a9c2b0358663774d1d5ce0a499cc8 (diff) |
RADIUS usage for svc_broadband: show on service view, RT#26451
Diffstat (limited to 'httemplate/view/svc_acct.cgi')
-rwxr-xr-x | httemplate/view/svc_acct.cgi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/view/svc_acct.cgi b/httemplate/view/svc_acct.cgi index 858ccbe67..747477989 100755 --- a/httemplate/view/svc_acct.cgi +++ b/httemplate/view/svc_acct.cgi @@ -23,8 +23,8 @@ % } -<& svc_acct/radius_usage.html, - 'svc_acct' => $svc_acct, +<& elements/svc_radius_usage.html, + 'svc' => $svc_acct, 'part_svc' => $part_svc, 'cust_pkg' => $cust_pkg, %gopt, |