From ce6cc16ab448ec7bf2fe2d493985bcbd324eabaf Mon Sep 17 00:00:00 2001 From: levinse Date: Thu, 30 Dec 2010 00:15:10 +0000 Subject: unprovisioned services by type report, RT10255 --- httemplate/elements/menu.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'httemplate/elements') diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index ec176c972..c4422a017 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -130,6 +130,12 @@ if ( $curuser->access_right('Configuration') ) { $report_services{'Service definitions'} = [ $fsurl.'browse/part_svc.cgi?orderby=active', 'Service definitions by number of active packages' ]; $report_services{'separator'} = ''; } + +if ( $curuser->access_right('List services') ) { + $report_services{'Unprovisioned services'} = [ $fsurl.'search/report_unprovisioned_services.html', 'Unprovisioned services' ]; + $report_services{'separator2'} = ''; +} + foreach my $svcdb ( FS::part_svc->svc_tables() ) { my $name = "FS::$svcdb"->table_info->{'name_plural'} -- cgit v1.2.1