From 332b6ab064f3001146689a5adf6a7da942e5bada Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Wed, 19 Aug 2020 13:29:51 -0400 Subject: [PATCH] Bug 24857: Remove doubled 'use Koha::Biblio::Volumes' Signed-off-by: Tomas Cohen Arazi --- Koha/Biblio.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/Koha/Biblio.pm b/Koha/Biblio.pm index d415269ca9..eb0ce09d32 100644 --- a/Koha/Biblio.pm +++ b/Koha/Biblio.pm @@ -35,7 +35,6 @@ use Koha::ArticleRequest::Status; use Koha::ArticleRequests; use Koha::Biblio::Metadatas; use Koha::Biblio::Volumes; -use Koha::Biblio::Volumes; use Koha::Biblioitems; use Koha::CirculationRules; use Koha::Item::Transfer::Limits; -- 2.30.2