[freeside-commits] branch master updated. 506de9ec7d74b35d2bed671526a4363d022026b1
Ivan
ivan at 420.am
Sun Jun 14 14:25:26 PDT 2015
The branch, master has been updated
via 506de9ec7d74b35d2bed671526a4363d022026b1 (commit)
from 99fa7a9f3c628a9a63983cafa131df9b331d30d6 (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 506de9ec7d74b35d2bed671526a4363d022026b1
Author: Ivan Kohler <ivan at freeside.biz>
Date: Sun Jun 14 14:25:25 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