X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fview%2Felements%2Fsvc_Common.html;h=d34ed509a51abc4989501646862db7abc2ac41d7;hb=69b9ec92ace98d089e79bfd9d30aaec410c477ec;hp=bc1cd45fc82a4f565f48953de1ef661b0a2b6a95;hpb=752d0f7d77526da342525dfa57bf961af7bb96fa;p=freeside.git 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?';