this should fix the barfing about default radius groups on the new customer screen...
[freeside.git] / httemplate / edit / process / cust_main.cgi
index 09a4254..4ba30c4 100755 (executable)
@@ -103,8 +103,6 @@ if ( $new->custnum eq '' ) {
                                      'popnum'    => $cgi->param('popnum'),
                                    } );
 
-    my $y = $svc_acct->setdefault; # arguably should be in new method
-    $error ||= $y unless ref($y);
     #and just in case you were silly
     $svc_acct->svcpart($svcpart);
     $svc_acct->username($cgi->param('username'));