summaryrefslogtreecommitdiff
path: root/httemplate/edit
diff options
context:
space:
mode:
authorivan <ivan>2006-08-06 20:07:13 +0000
committerivan <ivan>2006-08-06 20:07:13 +0000
commitad18fd616d98b80945b455ca170ba02089723873 (patch)
treeb93ba4403046e77525fbeedf2680f87d159d12af /httemplate/edit
parent86102d2ff550b869f09dcfaa30bbdc98e5580d56 (diff)
this should fix the barfing about default radius groups on the new customer screen...
Diffstat (limited to 'httemplate/edit')
-rwxr-xr-xhttemplate/edit/process/cust_main.cgi2
1 files changed, 0 insertions, 2 deletions
diff --git a/httemplate/edit/process/cust_main.cgi b/httemplate/edit/process/cust_main.cgi
index 09a42544c..4ba30c435 100755
--- a/httemplate/edit/process/cust_main.cgi
+++ b/httemplate/edit/process/cust_main.cgi
@@ -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'));