http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6201
--- Comment #11 from Katrin Fischer <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
