diff options
author | mark <mark> | 2012-01-18 02:48:03 +0000 |
---|---|---|
committer | mark <mark> | 2012-01-18 02:48:03 +0000 |
commit | 5697bba078d6f9e263775bc2d887cc1ce3ff873d (patch) | |
tree | 2523653352b55604174c8c462089a685d567e9f5 /httemplate/search/report_svc_acct.html | |
parent | 57fe641524a2e3057f577074b26ab75b24534bbc (diff) |
search services by tower/sector, #15950
Diffstat (limited to 'httemplate/search/report_svc_acct.html')
-rwxr-xr-x | httemplate/search/report_svc_acct.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/httemplate/search/report_svc_acct.html b/httemplate/search/report_svc_acct.html index ea6cd6fc0..14c284fb7 100755 --- a/httemplate/search/report_svc_acct.html +++ b/httemplate/search/report_svc_acct.html @@ -72,6 +72,16 @@ <& /elements/tr-selectmultiple-part_pkg.html &> +% my $conf = new FS::Conf; +% if ( $conf->exists('svc_acct-tower_sector') +% and FS::tower_sector->count > 0 ) { + <& /elements/tr-select-tower_sector.html, + 'multiple' => 1, + 'label' => 'Tower/Sector', + &> +% } + + <TR> <TH CLASS="background" COLSPAN=2> </TH> </TR> |