diff options
author | ivan <ivan> | 2006-08-06 20:07:13 +0000 |
---|---|---|
committer | ivan <ivan> | 2006-08-06 20:07:13 +0000 |
commit | ad18fd616d98b80945b455ca170ba02089723873 (patch) | |
tree | b93ba4403046e77525fbeedf2680f87d159d12af /FS | |
parent | 86102d2ff550b869f09dcfaa30bbdc98e5580d56 (diff) |
this should fix the barfing about default radius groups on the new customer screen...
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/svc_acct.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/svc_acct.pm b/FS/FS/svc_acct.pm index 2606c1453..e7d2b37b6 100644 --- a/FS/FS/svc_acct.pm +++ b/FS/FS/svc_acct.pm @@ -703,7 +703,7 @@ sub check { my($recref) = $self->hashref; - my $x = $self->setfixed; + my $x = $self->setfixed( $self->_fieldhandlers ); return $x unless ref($x); my $part_svc = $x; |