From 452cb940a329a99c717572c2899861552d40e0a6 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Tue, 5 Dec 2023 15:51:35 +0000 Subject: [PATCH] Bug 35490: Remove GetMarcItem from C4::Biblio module Test plan: Compile module, run qa tools. Search for the use of C4::Items in C4/Biblio. Signed-off-by: Marcel de Rooy Signed-off-by: Tomas Cohen Arazi --- C4/Biblio.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/C4/Biblio.pm b/C4/Biblio.pm index ab895b25753..300cfa281b8 100644 --- a/C4/Biblio.pm +++ b/C4/Biblio.pm @@ -98,7 +98,6 @@ use C4::Charset qw( use C4::Languages; use C4::Linker; use C4::OAI::Sets; -use C4::Items qw( GetMarcItem ); use Koha::Logger; use Koha::Caches; -- 2.43.0