Bug 10972 - BibTex export code hardcodes 'and' between multiple authors
Summary: BibTex export code hardcodes 'and' between multiple authors
Status: CLOSED INVALID
Alias: None
Product: Koha
Classification: Unclassified
Component: MARC Bibliographic data support (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal (vote)
Assignee: Galen Charlton
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-29 17:47 UTC by Katrin Fischer
Modified: 2014-12-07 20:02 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.