From 07277333b88457475d13e9bdfc24eaf83fc4ec49 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 3 Nov 2010 22:51:54 +0000 Subject: [PATCH] add phone number search to menu, RT#10447 --- httemplate/elements/menu.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index cc52aaef8..1909d909d 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -190,6 +190,11 @@ foreach my $svcdb ( FS::part_svc->svc_tables() ) { [ $fsurl."search/report_$svcdb.html", '' ]; } + if ( $svcdb eq 'svc_phone' ) { + $report_svc{"Avaialble phone numbers (DIDs)"} = + [ $fsurl."search/phone_avail.html", '' ]; + } + $report_services{$name} = [ \%report_svc, $longname ]; } -- 2.11.0