https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20664 --- Comment #32 from M. Tompsett <mtompset@hotmail.com> --- Comment on attachment 79276 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=79276 Bug 20664: Optimize retrieval of biblio and item data Review of attachment 79276: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=20664&attachment=79276) ----------------------------------------------------------------- The differences between unimarc and marc21 and in the future an integration of both types of records in the same system might be a reason to leave the framework code parameter stuff in. If not, I just have a really bad feeling about removing the frameworkcode parameter. ::: C4/Biblio.pm @@ -310,4 @@
$frameworkcode = "" if !$frameworkcode || $frameworkcode eq "Default"; # XXX
- _strip_item_fields($record, $frameworkcode);
I really think removing the frameworkcode is a bad idea. -- You are receiving this mail because: You are watching all bug changes.