also show RADIUS usage information for sqlradius_withdomain exports
authorivan <ivan>
Fri, 7 Nov 2003 07:56:23 +0000 (07:56 +0000)
committerivan <ivan>
Fri, 7 Nov 2003 07:56:23 +0000 (07:56 +0000)
httemplate/view/svc_acct.cgi

index 78c3a38..58591fc 100755 (executable)
@@ -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;