http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6201 --- Comment #11 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Comment on attachment 21571 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=21571 Bug 6201 - Add fields 1xx to marc2bibtex Review of attachment 21571: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=6201&attachment=21571) ----------------------------------------------------------------- ::: C4/Record.pm @@ +668,2 @@
} $author = join ' and ', @texauthors;
This is an old line, but also a bug. We should never hardcode English strings in Perl modules. Never ever. -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes.