From a3317d3363133ce197b232e83fd52e0bc7deb0ec 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 Content-Type: text/plain; charset=utf-8 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 --- 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.20.1