summaryrefslogtreecommitdiff
path: root/httemplate/elements
diff options
context:
space:
mode:
authorjeff <jeff>2007-12-28 15:10:20 +0000
committerjeff <jeff>2007-12-28 15:10:20 +0000
commit35ad4181b0352ba1f4581653c22f76ba23da5723 (patch)
tree0389407152d36c315abdeaa7c8b69b89884e11b0 /httemplate/elements
parenta7bfb9ccb9a31b1e1cba5a7cbcf40137cf2eee75 (diff)
add never logged in report
Diffstat (limited to 'httemplate/elements')
-rw-r--r--httemplate/elements/menu.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html
index 5c0314c..3d346f9 100644
--- a/httemplate/elements/menu.html
+++ b/httemplate/elements/menu.html
@@ -128,6 +128,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] ),