@@ -, +, @@ --- opac/opac-alert-subscribe.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- a/opac/opac-alert-subscribe.pl +++ a/opac/opac-alert-subscribe.pl @@ -46,7 +46,7 @@ my $biblionumber = $query->param('biblionumber'); template_name => "opac-alert-subscribe.tmpl", query => $query, type => "opac", - authnotrequired => ( C4::Context->preference("OpacPublic") ? 1 : 0 ), + authnotrequired => 0, #( C4::Context->preference("OpacPublic") ? 1 : 0 ), debug => 1, } ); --