3 Jan
2013
3 Jan
'13
11:15 a.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9274 --- Comment #5 from Fridolyn SOMERS <fridolyn.somers@biblibre.com> --- Has explained in patch comment : Exporting to Bibtex from OPAC returns a software error. This is because call to C4::Biblio::GetMarcAuthors does not return only authors but also authority link. This patch replaces this call by a direct read of MARC::Record, like for other Bibtex datas. C4::Biblio::GetMarcAuthors is really destinated to a direct use in a template. Also, actually all author subfields are joined with 'and'. According to Bibtext format, authors sould be : <first name> <last name> and ... Feel free to ask more details. -- You are receiving this mail because: You are watching all bug changes.