https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 Aleisha Amohia <aleisha@catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66209|0 |1 is obsolete| | --- Comment #131 from Aleisha Amohia <aleisha@catalyst.net.nz> --- Created attachment 66537 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66537&action=edit [SIGNED-OFF] 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. Signed-off-by: Aleisha Amohia <aleishaamohia@hotmail.com> -- You are receiving this mail because: You are watching all bug changes.