From 58946fc43243454cc12a0b1d6938a785bb094b9d Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Mon, 12 Jul 2021 07:47:34 +0000 Subject: [PATCH] Bug 27948: (QA follow-up) Remove NewsChannels reference We only need to remove the obsolete module here. Note that the two NewsToDisplay calls were removed already. Replaced by a KohaNews.get call. Signed-off-by: Marcel de Rooy Signed-off-by: Jonathan Druart --- opac/opac-request-article.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/opac/opac-request-article.pl b/opac/opac-request-article.pl index c89944d0e3..7c5355a46f 100644 --- a/opac/opac-request-article.pl +++ b/opac/opac-request-article.pl @@ -24,7 +24,6 @@ use CGI qw ( -utf8 ); use C4::Auth; use C4::Output; use C4::Context; -use C4::NewsChannels; use Koha::Biblios; use Koha::Patrons; -- 2.39.5