From 8cb28d95ad4e5a92452401d3f1b065f790d12ab7 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 Content-Type: text/plain; charset=utf-8 Test plan: Compile module, run qa tools. Search for the use of C4::Items in C4/Biblio. Signed-off-by: Marcel de Rooy --- C4/Biblio.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/C4/Biblio.pm b/C4/Biblio.pm index ab895b2575..300cfa281b 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.30.2