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" }, } );