diff options
author | levinse <levinse> | 2011-01-18 00:59:02 +0000 |
---|---|---|
committer | levinse <levinse> | 2011-01-18 00:59:02 +0000 |
commit | 13a5d5ea7770ef1868e1d9af95a27065008484b7 (patch) | |
tree | 7b2598004ca4bf7b1f3b7828a65e95e901a4e1dd /httemplate/elements | |
parent | 8ce6ed212e593c9bfe4834e981b4e987cabe4e8d (diff) |
added DID availability/inventory/provisioning report, RT10988
Diffstat (limited to 'httemplate/elements')
-rw-r--r-- | httemplate/elements/menu.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index 0f621709a..710850cc2 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 ]; |