argh
authorivan <ivan>
Fri, 18 Oct 2002 13:28:03 +0000 (13:28 +0000)
committerivan <ivan>
Fri, 18 Oct 2002 13:28:03 +0000 (13:28 +0000)
FS/bin/freeside-radgroup

index e1a8197..ed85626 100644 (file)
@@ -20,7 +20,7 @@ if ( lc($action) eq 'add' ) {
     next if grep { $_ eq $groupname } @groups;
     push @groups, $groupname;
     my %hash = $svc_acct->hash;
-    $hash{radius_groups} = \@groups;
+    $hash{usergroup} = \@groups;
     my $new = new FS::svc_acct \%hash;
     my $error = $new->replace($svc_acct);
     die $error if $error;