[Koha-bugs] [Bug 26223] The OPAC ISBD view does not display item information

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Aug 26 02:12:26 CEST 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26223

Fridolin Somers <fridolin.somers at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fridolin.somers at biblibre.co
                   |                            |m

--- Comment #9 from Fridolin Somers <fridolin.somers at biblibre.com> ---
I think this is caused by Bug 22696

We should come back to calling :
my $record = GetMarcBiblio({
    biblionumber => $biblionumber,
    embed_items  => 1,
    opac         => 1,
    borcat       => $borcat });

Like for example in opac-export.pl :
https://git.koha-community.org/Koha-community/Koha/src/branch/20.11.x/opac/opac-export.pl#L51

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list