From ad18fd616d98b80945b455ca170ba02089723873 Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 6 Aug 2006 20:07:13 +0000 Subject: this should fix the barfing about default radius groups on the new customer screen... --- httemplate/edit/process/cust_main.cgi | 2 -- 1 file changed, 2 deletions(-) (limited to 'httemplate/edit/process/cust_main.cgi') 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')); -- cgit v1.2.1