summaryrefslogtreecommitdiff
path: root/httemplate
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:17:07 -0700
commit6163b943f45e083a87cc03344eb775a9edd553ce (patch)
tree1d638c8afaaa7465f6c95e5116b898bedb8dc661 /httemplate
parent653b350d0f8cc69e66e265537a3775f512fd5dda (diff)
allow services with a tower but no sector to appear in search results, #33056
Diffstat (limited to 'httemplate')
-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>