diff options
author | Mark Wells <mark@freeside.biz> | 2013-03-15 15:58:21 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2013-03-15 16:37:13 -0700 |
commit | 05a8005cb5435fbdb3552af855a77934b58eac91 (patch) | |
tree | 50a504fa9124d28625feffd6715c5dbfd4040729 /httemplate/edit/cust_main.cgi | |
parent | 85966165df6b5fcdaf4b2c1c19335c401317cc33 (diff) |
fix editing of service address fields, from #21327
Diffstat (limited to 'httemplate/edit/cust_main.cgi')
-rwxr-xr-x | httemplate/edit/cust_main.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/cust_main.cgi b/httemplate/edit/cust_main.cgi index 49406a0b4..5671e7a2b 100755 --- a/httemplate/edit/cust_main.cgi +++ b/httemplate/edit/cust_main.cgi @@ -106,7 +106,7 @@ function samechanged(what) { t1.style.display = ''; } } -samechanged(document.getElementById('same')); +//samechanged(document.getElementById('same')); </SCRIPT> <BR> |