X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Freport_svc_broadband.html;h=ee4dfce90f14ee2e668984719434633c5fb4e23c;hb=8585b98f48712b459ac15619b452c682cfcceac1;hp=8571ef1849381867f75a2de74cbf40dcaefdb115;hpb=6c9cd1c36adbb9fc950fcf0a0b269fa6f16838a1;p=freeside.git 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', + &> +% } + +% }