X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fedit%2Fprocess%2Fcust_main.cgi;h=a1d36986dcd21bddb903274b624d7932bc31ab8c;hb=6cf964d0dc008621fb30fd2da28e2c44f29c6364;hp=0b13ba96be2abcce442d648ac766914dc963cb81;hpb=5fc8c5edf574ab024d4646914b6432d458e2ffbd;p=freeside.git diff --git a/httemplate/edit/process/cust_main.cgi b/httemplate/edit/process/cust_main.cgi index 0b13ba96b..a1d36986d 100755 --- a/httemplate/edit/process/cust_main.cgi +++ b/httemplate/edit/process/cust_main.cgi @@ -80,7 +80,7 @@ if ( $new->custnum eq '' ) { #later 'custnum' => $custnum, 'pkgpart' => $pkgpart, } ); - $error ||= $cust_pkg->check; + #$error ||= $cust_pkg->check; #$cust_svc = new FS::cust_svc ( { 'svcpart' => $svcpart } ); @@ -101,7 +101,7 @@ if ( $new->custnum eq '' ) { $svc_acct->_password($cgi->param('_password')); $svc_acct->popnum($cgi->param('popnum')); - $error ||= $svc_acct->check; + #$error ||= $svc_acct->check; } elsif ( $cgi->param('username') ) { #good thing to catch $error = "Can't assign username without a package!";