[freeside-commits] branch FREESIDE_4_BRANCH updated. 99c8aef927feeb4ecf015957bb69c3ed3e7873e1
Ivan
ivan at 420.am
Sun Jun 14 14:26:47 PDT 2015
The branch, FREESIDE_4_BRANCH has been updated
via 99c8aef927feeb4ecf015957bb69c3ed3e7873e1 (commit)
from 05fbd4d676898012b9870612e73aedb34c03ca3c (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 99c8aef927feeb4ecf015957bb69c3ed3e7873e1
Author: Ivan Kohler <ivan at freeside.biz>
Date: Sun Jun 14 14:26:46 2015 -0700
why wouldn't we want to hide the whole thing rather than leave a big blank gap?
diff --git a/httemplate/edit/cust_main.cgi b/httemplate/edit/cust_main.cgi
index d4129a3..d203e00 100755
--- a/httemplate/edit/cust_main.cgi
+++ b/httemplate/edit/cust_main.cgi
@@ -97,12 +97,10 @@
<SCRIPT>
function samechanged(what) {
-%# document.getElementById('table_ship_location').style.visibility =
var t1 = document.getElementById('table_ship_location');
if ( what.checked ) {
t1.style.display = 'none';
- }
- else {
+ } else {
t1.style.display = ''
}
}
-----------------------------------------------------------------------
Summary of changes:
httemplate/edit/cust_main.cgi | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
More information about the freeside-commits
mailing list