Bug 19576 - opac-detail has duplicate 'use Koha::Biblios;'
Summary: opac-detail has duplicate 'use Koha::Biblios;'
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: OPAC (show other bugs)
Version: master
Hardware: All All
: P5 - low trivial (vote)
Assignee: Mark Tompsett
QA Contact: Testopia
URL:
Keywords:
Depends on: 18262
Blocks:
  Show dependency treegraph
 
Reported: 2017-11-03 13:56 UTC by Mark Tompsett
Modified: 2018-06-04 20:18 UTC (History)
2 users (show)

See Also:
Change sponsored?: ---
Patch complexity: Trivial patch
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
Bug 19576: Remove extra Koha::Biblios (824 bytes, patch)
2017-11-03 14:00 UTC, Mark Tompsett
Details | Diff | Splinter Review
Bug 19576: Remove extra 'use Koha::Biblios' statement (921 bytes, patch)
2017-11-03 15:59 UTC, Jonathan Druart
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
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!