X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fsearch%2Freport_svc_broadband.html;h=45246c74aa7930b9fa8d36679c8227741022058b;hp=8571ef1849381867f75a2de74cbf40dcaefdb115;hb=fc263806f5e475559a0c4cfdb70a5f1cefe0ffa3;hpb=b5c4237a34aef94976bc343c8d9e138664fc3984 diff --git a/httemplate/search/report_svc_broadband.html b/httemplate/search/report_svc_broadband.html index 8571ef184..45246c74a 100755 --- a/httemplate/search/report_svc_broadband.html +++ b/httemplate/search/report_svc_broadband.html @@ -1,6 +1,6 @@ <% include('/elements/header.html', $title ) %> -
+ %# extensive false laziness with svc_acct @@ -26,13 +26,24 @@ 'multiple' => 'multiple', ) %> -% } + + + Include services with no router + <% 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', + &> +% } + +% }   @@ -48,6 +59,7 @@ @@ -65,7 +77,7 @@ <%init> die "access denied" - unless $FS::CurrentUser::CurrentUser->access_right('List packages'); #? + unless $FS::CurrentUser::CurrentUser->access_right('Services: Wireless broadband services: Advanced search'); my $title = 'Broadband Service Report'; my $routernum = [ $cgi->param('routernum') || '' ];