diff options
author | levinse <levinse> | 2011-01-18 00:59:04 +0000 |
---|---|---|
committer | levinse <levinse> | 2011-01-18 00:59:04 +0000 |
commit | b87e0be86003d12da8d8436583d23e9f4d783bb9 (patch) | |
tree | c15c25b13c68cc770f0b5086f5e5cec37f14d18b /httemplate/elements | |
parent | 430fb22f4b29b8bdd97594c6f467f2612195bb7c (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 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 ]; |