[Koha-bugs] [Bug 11592] opac detail scripts do not respect MARC tag visibility

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Mar 28 19:19:40 CEST 2016


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

--- Comment #87 from M. Tompsett <mtompset at hotmail.com> ---
(In reply to Tomás Cohen Arazi from comment #86)
> I think that function [ShouldHideMARC] is a mistake! Should be using
> C4::Biblio::GetMarcStructure instead. C4::Biblio::GetMarcStructure is cached
> already, and using yours will only make performance worse.

Granted, another SQL query is a performance hit. However, the result is not
keyed on kohafield. I'll post a revision that uses GetMarcStructure, as per
your suggestion.

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


More information about the Koha-bugs mailing list