From 59193ec160a691034f67dc25c927b00c12fe24bc 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 'use Koha::Biblios' statement 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 Signed-off-by: Jonathan Druart --- opac/opac-detail.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/opac/opac-detail.pl b/opac/opac-detail.pl index e68d8132d8..819e42692f 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.11.0