diff options
author | ivan <ivan> | 2003-11-07 07:56:25 +0000 |
---|---|---|
committer | ivan <ivan> | 2003-11-07 07:56:25 +0000 |
commit | bfc03de750f51fc90594775a0711c75ae2ce4c07 (patch) | |
tree | 61b6cbf581eb02b0458e03069227e8ecd7338956 | |
parent | 72fb2c39c9edf0ae504c4f20765d81dee2d9e373 (diff) |
also show RADIUS usage information for sqlradius_withdomain exports
-rwxr-xr-x | httemplate/view/svc_acct.cgi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/httemplate/view/svc_acct.cgi b/httemplate/view/svc_acct.cgi index bb7d81858..f92e4e240 100755 --- a/httemplate/view/svc_acct.cgi +++ b/httemplate/view/svc_acct.cgi @@ -62,7 +62,9 @@ function areyousure(href) { <% #if ( $cust_pkg && $cust_pkg->part_pkg->plan eq 'sqlradacct_hour' ) { -if ( $part_svc->part_export('sqlradius') ) { +if ( $part_svc->part_export('sqlradius') + || $part_svc->part_export('sqlradius_withdomain') +) { my $last_bill; my %plandata; |