| Summary: | opac-detail has duplicate 'use Koha::Biblios;' | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Mark Tompsett <mtompset> |
| Component: | OPAC | Assignee: | 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 | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Crowdfunding goal: | 0 |
| 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
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 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> Pushed to master for 17.11, thanks Mark! |