Bug 10972

Summary: BibTex export code hardcodes 'and' between multiple authors
Product: Koha Reporter: Katrin Fischer <katrin.fischer>
Component: MARC Bibliographic data supportAssignee: Galen Charlton <gmcharlt>
Status: CLOSED INVALID QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low    
Version: Main   
Hardware: All   
OS: All   
See Also: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6201
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Katrin Fischer 2013-09-29 17:47:27 UTC
Record.pm contains this line:
     $author = join ' and ', @texauthors;

When you export a record with multiple authors the 'and' will appear between them. I am not sure if this is standard, but it's a translation problem.