[freeside-commits] branch FREESIDE_4_BRANCH updated. b78bb7aeaa27daab707106217b33e4096e985262
Ivan
ivan at 420.am
Mon Sep 14 13:01:40 PDT 2015
The branch, FREESIDE_4_BRANCH has been updated
via b78bb7aeaa27daab707106217b33e4096e985262 (commit)
from 20f815589dca77a20a5338c2afc1bbd573c4b0bc (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 b78bb7aeaa27daab707106217b33e4096e985262
Author: Ivan Kohler <ivan at freeside.biz>
Date: Mon Sep 14 13:01:39 2015 -0700
don't show disabled towers in dropdown, RT#37488
diff --git a/httemplate/elements/select-tower_sector.html b/httemplate/elements/select-tower_sector.html
index 59b0163..458bcdd 100644
--- a/httemplate/elements/select-tower_sector.html
+++ b/httemplate/elements/select-tower_sector.html
@@ -11,6 +11,7 @@
<& /elements/select-table.html,
table => 'tower',
name_col => 'towername',
+ hashref => { 'disabled' => '', },
id => 'towernum',
field => 'towernum',
onchange => 'change_towernum(this.value);',
-----------------------------------------------------------------------
Summary of changes:
httemplate/elements/select-tower_sector.html | 1 +
1 file changed, 1 insertion(+)
More information about the freeside-commits
mailing list