From 2559f2146ea5bdb013f3a013f1179f14b638a742 Mon Sep 17 00:00:00 2001 From: jeff Date: Fri, 28 Dec 2007 15:10:33 +0000 Subject: add never logged in report --- httemplate/elements/menu.html | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'httemplate/elements/menu.html') diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index b40b01986..08c0f67d6 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -131,6 +131,13 @@ foreach my $svcdb ( FS::part_svc->svc_tables() ) { ]; } + if ( $svcdb = 'svc_acct' ) { + $report_svc{"All $lcname never logged in"} = + [ svc_url( %svc_url, 'query' => "magic=nologin;sortby=svcnum" ), + '', + ]; + } + if ( $curuser->access_right('View/link unlinked services') ) { $report_svc{"Unlinked $lcname"} = [ svc_url( %svc_url, 'query' => "magic=unlinked;sortby=". $sorts->[0] ), -- cgit v1.2.1