[freeside-commits] freeside/httemplate/edit/process cust_main.cgi, 1.20, 1.21

Ivan,,, ivan at wavetail.420.am
Sun Aug 6 13:07:15 PDT 2006


Update of /home/cvs/cvsroot/freeside/httemplate/edit/process
In directory wavetail:/tmp/cvs-serv28857/httemplate/edit/process

Modified Files:
	cust_main.cgi 
Log Message:
this should fix the barfing about default radius groups on the new customer screen...

Index: cust_main.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/process/cust_main.cgi,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- cust_main.cgi	5 Dec 2005 17:19:32 -0000	1.20
+++ cust_main.cgi	6 Aug 2006 20:07:13 -0000	1.21
@@ -103,8 +103,6 @@
                                      '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'));



More information about the freeside-commits mailing list