From cf0c38998b9abd544a25e3a90f3d265ccd4e157f Mon Sep 17 00:00:00 2001 From: Mark Tompsett Date: Fri, 3 Nov 2017 09:58:28 -0400 Subject: [PATCH] Bug 19576: Remove extra Koha::Biblios Marcel noticed this while QA'ing another bug. TEST PLAN --------- Apply patch and confirm the page still loads and works as expected. Run Koha QA Test tools --- opac/opac-detail.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/opac/opac-detail.pl b/opac/opac-detail.pl index e68d813..819e426 100755 --- a/opac/opac-detail.pl +++ b/opac/opac-detail.pl @@ -52,7 +52,6 @@ use C4::CourseReserves qw(GetItemCourseReservesInfo); use Koha::Biblios; use Koha::RecordProcessor; use Koha::AuthorisedValues; -use Koha::Biblios; use Koha::ItemTypes; use Koha::Acquisition::Orders; use Koha::Virtualshelves; -- 2.1.4