From c9a28e76e9c0a0ed99e3668e6a2eeddf49a3068b Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Fri, 28 Jan 2022 09:59:15 +0000 Subject: [PATCH] Bug 29966: Dont pass authnotrequired true and flags together Test plan: Logout in OPAC. Goto sco help page. Signed-off-by: Marcel de Rooy Signed-off-by: Martin Renvoize --- opac/sco/help.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/opac/sco/help.pl b/opac/sco/help.pl index 57d02ec983..e24bfa0ef8 100755 --- a/opac/sco/help.pl +++ b/opac/sco/help.pl @@ -39,7 +39,6 @@ my ( $template, $borrowernumber, $cookie ) = get_template_and_user( query => $query, type => "opac", authnotrequired => 1, - flagsrequired => { self_check => "self_checkout_module" }, } ); -- 2.20.1