From: Christopher Burger Date: Mon, 26 Feb 2018 17:11:34 +0000 (-0500) Subject: RT# 79497 - removed test code X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=3b927eb362d26b62d3dc399e6a4eebea064578b6 RT# 79497 - removed test code --- 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 {