18 Aug
2017
18 Aug
'17
11:57 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 --- Comment #101 from M. Tompsett <mtompset@hotmail.com> --- Created attachment 66209 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66209&action=edit Bug 14385: Modify opac-ISBDdetail and opac-MARCdetail Both files had similar logic. They were rearranged and optimized, so that both files would have practically identical initial blocks of code. Optimizations were possible, because GetMarcBiblio returns a filtered record, so that there is no double call (once in the opac-### file and once in GetMarcBiblio) to GetHiddenItemnumbers. -- You are receiving this mail because: You are watching all bug changes.