[Koha-bugs] [Bug 30744] Non-public note is visible in OPAC in Title Notes tab

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri May 13 02:12:18 CEST 2022


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

David Cook <dcook at prosentient.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dcook at prosentient.com.au

--- Comment #1 from David Cook <dcook at prosentient.com.au> ---
I haven't verified yet but that's interesting...

Ah because of this sucker:

my $marcnotesarray = $biblio->get_marc_notes({ marcflavour => $marcflavour,
opac => 1 });

That function should have a "record" parameter. It would solve the problem (and
improve efficiency by reducing the number of unnecessary database calls).

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


More information about the Koha-bugs mailing list