Bug 23297

Summary: Display of edition metadata fails when displaying alternative Editions
Product: Koha Reporter: Andrew Isherwood <bugzilla>
Component: OPACAssignee: Owen Leonard <oleonard>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low    
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

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.