Bug 19576

Summary: opac-detail has duplicate 'use Koha::Biblios;'
Product: Koha Reporter: Mark Tompsett <mtompset>
Component: OPACAssignee: Mark Tompsett <mtompset>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: trivial    
Priority: P5 - low CC: jonathan.druart, m.de.rooy
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:
Bug Depends on: 18262    
Bug Blocks:    
Attachments: Bug 19576: Remove extra Koha::Biblios
Bug 19576: Remove extra 'use Koha::Biblios' statement

Description Mark Tompsett 2017-11-03 13:56:55 UTC
Marcel noticed this while QA'ing another bug.
Simply remove the duplicate line. Confirm the page loads and works as expected.
Comment 1 Mark Tompsett 2017-11-03 14:00:19 UTC
Created attachment 68915 [details] [review]
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
Comment 2 Jonathan Druart 2017-11-03 15:59:54 UTC
Created attachment 68917 [details] [review]
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>
Comment 3 Jonathan Druart 2017-11-03 16:00:36 UTC
Introduced by bug 18262.
Trivial, skipping QA.
Comment 4 Jonathan Druart 2017-11-03 16:54:51 UTC
Pushed to master for 17.11, thanks Mark!