http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8071 Fridolyn SOMERS <fridolyn.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #11134|0 |1 is obsolete| | Assignee|henridamien.laurent@biblibr |fridolyn.somers@biblibre.co |e.com |m --- Comment #5 from Fridolyn SOMERS <fridolyn.somers@biblibre.com> --- Created attachment 11157 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=11157&action=edit Proposed patch (3) Patch revision : After a discussion, we agreed that the special behavior for $9=' 0 ' is too specific to be pushed into community version. Still the presence of $9 in authority should not break the thesaurus in cataloging nor the merge, that is what is still in the patch. I added some comments to specify why $9 is special. In Biblio.pm : I corrected GetMarcSeries, it was using MARC21 fields even in a UNIMARC config. In GetMarcSubjects, GetMarcAuthors and GetMarcSeries, I modified them so that the $9 subfield is selected before looping on other subfields. Without that, the @link_loop was correctly set only if $9 is first subfield. Also, I tried to unify there code, like using $record->field('X..') to avoid looping on all fields. -- You are receiving this mail because: You are watching all bug changes.