summaryrefslogtreecommitdiff
path: root/httemplate/edit/process
diff options
context:
space:
mode:
authorChristopher Burger <burgerc@freeside.biz>2018-02-26 12:11:34 -0500
committerChristopher Burger <burgerc@freeside.biz>2018-02-26 12:11:34 -0500
commit3b927eb362d26b62d3dc399e6a4eebea064578b6 (patch)
tree3577d97386f061b32bd41bfe3e6cc5252d3dd069 /httemplate/edit/process
parent8c36d1e4f1255abb483bc7372fa1908cc192b528 (diff)
RT# 79497 - removed test code
Diffstat (limited to 'httemplate/edit/process')
-rwxr-xr-xhttemplate/edit/process/cust_main.cgi3
1 files changed, 0 insertions, 3 deletions
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 {