From: Ivan Kohler Date: Sun, 14 Jun 2015 21:25:28 +0000 (-0700) Subject: re-enable calling samechanged on page load, fallout from #21327, #21924 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=8dc1a901bc08cd1d24f5d2e7643273b28d850796 re-enable calling samechanged on page load, fallout from #21327, #21924 --- diff --git a/httemplate/edit/cust_main.cgi b/httemplate/edit/cust_main.cgi index c36a6e4b7..e9d131a78 100755 --- a/httemplate/edit/cust_main.cgi +++ b/httemplate/edit/cust_main.cgi @@ -112,7 +112,7 @@ function samechanged(what) { t1.style.visibility = 'visible' } } -//samechanged(document.getElementById('same')); +samechanged(document.getElementById('same'));