diff options
| author | mark <mark> | 2010-09-17 18:12:08 +0000 |
|---|---|---|
| committer | mark <mark> | 2010-09-17 18:12:08 +0000 |
| commit | 6c9cd1c36adbb9fc950fcf0a0b269fa6f16838a1 (patch) | |
| tree | 1c90e0377b37a98bd7a1757532648a9e966f291a /httemplate/elements/menu.html | |
| parent | 853fca259ec006d4a5f3ce046e5334210412baac (diff) | |
email_search_result for cust_pkg and svc_broadband, RT#8736
Diffstat (limited to 'httemplate/elements/menu.html')
| -rw-r--r-- | httemplate/elements/menu.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index 7cd6f898c..d3e00f3de 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -185,7 +185,7 @@ foreach my $svcdb ( FS::part_svc->svc_tables() ) { ]; } - if ( $svcdb eq 'svc_acct' ) { + if ( $svcdb eq 'svc_acct' || $svcdb eq 'svc_broadband' ) { $report_svc{"Advanced $lcsname reports"} = [ $fsurl."search/report_$svcdb.html", '' ]; } |
