http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8764 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master CC| |paul.poulain@biblibre.com Version|master |rel_3_8 --- Comment #4 from Paul Poulain <paul.poulain@biblibre.com> --- This patch is probably "wrong" for UNIMARC, but patch pushed. Explanation: in UNIMARC, authors are stored in 7xx The 700 field contains the main authors, 701 and 702 additional physical/personal authors. (710, 711, 712 being for collective authors) however, the 200$f field also contain authors, in non authoritative form. That's why the opac-detail.pl displays 200$f as authors, and all 7xx authors in the MARCAUTHOR array (in authority form) So it's wrong to say "additional authors" however, for libraries that think it's a problem, they can always activate XSLT. So patch pushed -- You are receiving this mail because: You are watching all bug changes.