From b87e0be86003d12da8d8436583d23e9f4d783bb9 Mon Sep 17 00:00:00 2001 From: levinse Date: Tue, 18 Jan 2011 00:59:04 +0000 Subject: added DID availability/inventory/provisioning report, RT10988 --- httemplate/elements/menu.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'httemplate/elements/menu.html') diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index 830ca799b..db8d9d532 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -199,6 +199,8 @@ foreach my $svcdb ( FS::part_svc->svc_tables() ) { if ( $svcdb eq 'svc_phone' ) { $report_svc{"Phone number (DID) availability"} = [ $fsurl."search/report_phone_avail.html", '' ]; + $report_svc{"Inventory/Provisioning Status"} = + [ $fsurl."search/phone_inventory_provisioned.html", '' ]; } $report_services{$name} = [ \%report_svc, $longname ]; -- cgit v1.2.1