From d4e7a23cc00ce65a85c824efbaf569199c40299b Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Wed, 11 Dec 2013 14:58:40 -0800 Subject: RADIUS usage for svc_broadband: show on service view, RT#26451 --- httemplate/view/elements/svc_Common.html | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'httemplate/view/elements') diff --git a/httemplate/view/elements/svc_Common.html b/httemplate/view/elements/svc_Common.html index bc1cd45fc..d34ed509a 100644 --- a/httemplate/view/elements/svc_Common.html +++ b/httemplate/view/elements/svc_Common.html @@ -50,6 +50,14 @@ function areyousure(href) { % } +% if ( $opt{radius_usage} ) { + <& svc_radius_usage.html, + 'svc' => $svc_x, + 'part_svc' => $part_svc, + 'cust_pkg' => $cust_pkg, + &> +% } + <% mt('Service #') |h %><% $svcnum %> % if ( $custnum ) { % my $url = $opt{'edit_url'} || $p. 'edit/'. $opt{'table'}. '.cgi?'; -- cgit v1.2.1