diff options
Diffstat (limited to 'httemplate/search/report_svc_broadband.html')
| -rwxr-xr-x | httemplate/search/report_svc_broadband.html | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/httemplate/search/report_svc_broadband.html b/httemplate/search/report_svc_broadband.html index 8571ef184..ee4dfce90 100755 --- a/httemplate/search/report_svc_broadband.html +++ b/httemplate/search/report_svc_broadband.html @@ -26,13 +26,20 @@ 'multiple' => 'multiple', ) %> -% } <% include( '/elements/tr-selectmultiple-part_pkg.html', %pkg_search, ) %> +% if ( FS::tower_sector->count > 0 ) { + <& /elements/tr-select-tower_sector.html, + 'multiple' => 1, + 'label' => 'Tower/Sector', + &> +% } + +% } <TR> <TH CLASS="background" COLSPAN=2> </TH> </TR> |
