@@ -, +, @@ sure it has a publication date in the past. OpacSuppressionMessage customization displays. --- opac/opac-blocked.pl | 2 -- 1 file changed, 2 deletions(-) --- a/opac/opac-blocked.pl +++ a/opac/opac-blocked.pl @@ -33,6 +33,4 @@ my ( $template, $borrowernumber, $cookie ) = get_template_and_user( } ); -$template->param ( OpacSuppressionMessage => C4::Context->preference('OpacSuppressionMessage')); - output_with_http_headers $query, $cookie, $template->output, 'html'; --