28 Mar
2016
28 Mar
'16
7:19 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11592 --- Comment #87 from M. Tompsett <mtompset@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.