[freeside-commits] branch FREESIDE_3_BRANCH updated. 8dc1a901bc08cd1d24f5d2e7643273b28d850796

Ivan ivan at 420.am
Sun Jun 14 14:25:29 PDT 2015


The branch, FREESIDE_3_BRANCH has been updated
       via  8dc1a901bc08cd1d24f5d2e7643273b28d850796 (commit)
      from  98912ac0e8ca237cb9ce5a969f026a099b2954ea (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 8dc1a901bc08cd1d24f5d2e7643273b28d850796
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Sun Jun 14 14:25:28 2015 -0700

    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 c36a6e4..e9d131a 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'));
 </SCRIPT>
 
 <BR>

-----------------------------------------------------------------------

Summary of changes:
 httemplate/edit/cust_main.cgi |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list