re-enable calling samechanged on page load, fallout from #21327, #21924
authorIvan Kohler <ivan@freeside.biz>
Sun, 14 Jun 2015 21:25:28 +0000 (14:25 -0700)
committerIvan Kohler <ivan@freeside.biz>
Sun, 14 Jun 2015 21:25:28 +0000 (14:25 -0700)
httemplate/edit/cust_main.cgi

index c36a6e4..e9d131a 100755 (executable)
@@ -112,7 +112,7 @@ function samechanged(what) {
     t1.style.visibility = 'visible'
   }
 }
-//samechanged(document.getElementById('same'));
+samechanged(document.getElementById('same'));
 </SCRIPT>
 
 <BR>