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

index 069414b..877d1e8 100755 (executable)
@@ -108,7 +108,7 @@ function samechanged(what) {
     t1.style.visibility = 'visible'
   }
 }
-//samechanged(document.getElementById('same'));
+samechanged(document.getElementById('same'));
 </SCRIPT>
 
 <BR>