From dce59af265a1cc03f9630bc57f1896b595bd3f41 Mon Sep 17 00:00:00 2001 From: levinse Date: Tue, 9 Nov 2010 02:51:51 +0000 Subject: add phone number search report, RT10464 --- httemplate/elements/menu.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'httemplate/elements') 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 ]; -- cgit v1.2.1