this should fix the barfing about default radius groups on the new customer screen...
[freeside.git] / FS / FS / svc_acct.pm
index 2606c14..e7d2b37 100644 (file)
@@ -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;