summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorivan <ivan>2003-11-07 07:56:23 +0000
committerivan <ivan>2003-11-07 07:56:23 +0000
commit99d11ad690b5a0e35e9c5388fc1ae5935df3f12b (patch)
tree7bde21e8ad2dc841b34c80fe5415a3b06e0baea6 /httemplate
parent9d3055def8da004cc1b7c7f9b1ce88da3eca3bba (diff)
also show RADIUS usage information for sqlradius_withdomain exports
Diffstat (limited to 'httemplate')
-rwxr-xr-xhttemplate/view/svc_acct.cgi4
1 files changed, 3 insertions, 1 deletions
diff --git a/httemplate/view/svc_acct.cgi b/httemplate/view/svc_acct.cgi
index 78c3a3809..58591fcb5 100755
--- a/httemplate/view/svc_acct.cgi
+++ b/httemplate/view/svc_acct.cgi
@@ -57,7 +57,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;