X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fedit%2Fprocess%2Fcust_main.cgi;h=e1a5bc6e24255497c3fbd7a3b42322746bafe805;hb=aad287228dfbe5ef01be73ebaaa9a06dfbe11226;hp=ed285ca15e909abc68fde47a3f8d9a00134209f0;hpb=8c36d1e4f1255abb483bc7372fa1908cc192b528;p=freeside.git diff --git a/httemplate/edit/process/cust_main.cgi b/httemplate/edit/process/cust_main.cgi index ed285ca15..e1a5bc6e2 100755 --- a/httemplate/edit/process/cust_main.cgi +++ b/httemplate/edit/process/cust_main.cgi @@ -187,10 +187,7 @@ if ( $cgi->param('residential_commercial') eq 'Residential' ) { $error = 'Email address required'; } - #$email =~ s/\s+/\, /g; - #$options{'invoicing_list'} = [ split(/\s*,\s*/, $email) ]; $options{'invoicing_list'} = [ split(/[,\s]+/, $email) ]; - #[:,\s\/]+ # XXX really should include the phone numbers in here also } else {