Bugzilla – Attachment 68917 Details for
Bug 19576
opac-detail has duplicate 'use Koha::Biblios;'
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19576: Remove extra 'use Koha::Biblios' statement
Bug-19576-Remove-extra-use-KohaBiblios-statement.patch (text/plain), 921 bytes, created by
Jonathan Druart
on 2017-11-03 15:59:54 UTC
(
hide
)
Description:
Bug 19576: Remove extra 'use Koha::Biblios' statement
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2017-11-03 15:59:54 UTC
Size:
921 bytes
patch
obsolete
>From 59193ec160a691034f67dc25c927b00c12fe24bc Mon Sep 17 00:00:00 2001 >From: Mark Tompsett <mtompset@hotmail.com> >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 <jonathan.druart@bugs.koha-community.org> >--- > 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 19576
:
68915
| 68917