summaryrefslogtreecommitdiff
path: root/httemplate/elements/select-tower_sector.html
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2015-08-31 22:16:37 -0700
committerMark Wells <mark@freeside.biz>2015-08-31 22:16:37 -0700
commit6776904eea418b12bec7f1aa0296e9384981d07a (patch)
treea86abc2f10d47c3fd3e6af2f6daa2b6905558719 /httemplate/elements/select-tower_sector.html
parent91fe0dc3740da80dfdae9a291f4ff11bab11df0b (diff)
allow services with a tower but no sector to appear in search results, #33056
Diffstat (limited to 'httemplate/elements/select-tower_sector.html')
-rw-r--r--httemplate/elements/select-tower_sector.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/elements/select-tower_sector.html b/httemplate/elements/select-tower_sector.html
index a16d3bfa0..59b016359 100644
--- a/httemplate/elements/select-tower_sector.html
+++ b/httemplate/elements/select-tower_sector.html
@@ -12,7 +12,7 @@
table => 'tower',
name_col => 'towername',
id => 'towernum',
- field => 'dummy_towernum',
+ field => 'towernum',
onchange => 'change_towernum(this.value);',
element_etc => 'STYLE="vertical-align:top"',
&>
@@ -63,5 +63,5 @@ foreach my $towernum (keys %sectors_of) {
}
}
-my $empty_label = $opt{'empty_label'} || 'Include services with no tower/sector';
+my $empty_label = $opt{'empty_label'} || 'Include services with no sector';
</%init>