@@ -, +, @@ --- opac/opac-request-article.pl | 8 -------- 1 file changed, 8 deletions(-) --- a/opac/opac-request-article.pl +++ a/opac/opac-request-article.pl @@ -42,14 +42,6 @@ my ( $template, $borrowernumber, $cookie ) = get_template_and_user( my $action = $cgi->param('action') || q{}; my $biblionumber = $cgi->param('biblionumber'); my $homebranch = C4::Context->userenv->{'branch'} || ""; -my $location = 'ArticleRequestsDisclaimerText_'; -my $disclaimer; -if ( !$action ) { - $disclaimer = GetNewsToDisplay( $location . $template->lang, $homebranch ); - $disclaimer = GetNewsToDisplay( $location . "en", $homebranch ) - if !scalar(@$disclaimer); -} - if ( $action eq 'create' ) { my $branchcode = $cgi->param('branchcode'); --