Bug 23297 - Display of edition metadata fails when displaying alternative Editions
Summary: Display of edition metadata fails when displaying alternative Editions
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: OPAC (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal (vote)
Assignee: Owen Leonard
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-07-11 07:56 UTC by Andrew Isherwood
Modified: 2019-07-11 07:56 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Isherwood 2019-07-11 07:56:30 UTC
When viewing a record in the OPAC that contains alternative editions (supplied by LibraryThing / xISBN) the display of the editions in the "Editions" tab doesn't display metadata such as "editionstatement" and "url".

Looking into it a bit, it appears that the method for fetching the metadata was changed from using GetBiblioData($biblionumber) to fetching it via the Koha::Biblios::biblioitem method.