[freeside-commits] branch master updated. 3b927eb362d26b62d3dc399e6a4eebea064578b6
Christopher Burger
burgerc at freeside.biz
Mon Feb 26 09:12:08 PST 2018
The branch, master has been updated
via 3b927eb362d26b62d3dc399e6a4eebea064578b6 (commit)
from 8c36d1e4f1255abb483bc7372fa1908cc192b528 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 3b927eb362d26b62d3dc399e6a4eebea064578b6
Author: Christopher Burger <burgerc at freeside.biz>
Date: Mon Feb 26 12:11:34 2018 -0500
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 {
-----------------------------------------------------------------------
Summary of changes:
httemplate/edit/process/cust_main.cgi | 3 ---
1 file changed, 3 deletions(-)
More information about the freeside-commits
mailing list