diff options
-rw-r--r-- | httemplate/elements/menu.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index 08c0f67d6..a3a17c253 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -131,7 +131,7 @@ foreach my $svcdb ( FS::part_svc->svc_tables() ) { ]; } - if ( $svcdb = 'svc_acct' ) { + if ( $svcdb eq 'svc_acct' ) { $report_svc{"All $lcname never logged in"} = [ svc_url( %svc_url, 'query' => "magic=nologin;sortby=svcnum" ), '', |