summaryrefslogtreecommitdiff
path: root/httemplate/elements
diff options
context:
space:
mode:
authorlevinse <levinse>2010-11-09 02:51:50 +0000
committerlevinse <levinse>2010-11-09 02:51:50 +0000
commit9ab5259d95fafee083cd377b03f4ffdc37bd137a (patch)
tree61e2f4ecc6fc12b477054750d80e8aae91a09dfc /httemplate/elements
parentfcc78605ae0605fbe1e4d7fca4c0df80c1fda6f2 (diff)
add phone number search report, RT10464
Diffstat (limited to 'httemplate/elements')
-rw-r--r--httemplate/elements/menu.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html
index 1909d909d..19cd2d8d1 100644
--- a/httemplate/elements/menu.html
+++ b/httemplate/elements/menu.html
@@ -191,8 +191,8 @@ foreach my $svcdb ( FS::part_svc->svc_tables() ) {
}
if ( $svcdb eq 'svc_phone' ) {
- $report_svc{"Avaialble phone numbers (DIDs)"} =
- [ $fsurl."search/phone_avail.html", '' ];
+ $report_svc{"Phone number (DID) availability"} =
+ [ $fsurl."search/report_phone_avail.html", '' ];
}
$report_services{$name} = [ \%report_svc, $longname ];