X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Felements%2Fmenu.html;h=c4422a0176ae0c9195b8c9341c75fee9cc280f09;hp=ec176c972b4f5ee317251ade1f3bb5504283bdd8;hb=ce6cc16ab448ec7bf2fe2d493985bcbd324eabaf;hpb=ccff45b7d926357800d870c8f62d089506f91630 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'}