[freeside-commits] branch FREESIDE_4_BRANCH updated. 9b02a3efca90bf10a5c91dd505d466a3ded4ec1f

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


The branch, FREESIDE_4_BRANCH has been updated
       via  9b02a3efca90bf10a5c91dd505d466a3ded4ec1f (commit)
      from  81309a12062eb7730334fca8aece6050adf27bff (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 9b02a3efca90bf10a5c91dd505d466a3ded4ec1f
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Sun Jun 14 14:25:26 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 069414b..877d1e8 100755
--- a/httemplate/edit/cust_main.cgi
+++ b/httemplate/edit/cust_main.cgi
@@ -108,7 +108,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