[Koha-bugs] [Bug 9274] Software error in bibtex export

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jan 3 11:15:36 CET 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9274

--- Comment #5 from Fridolyn SOMERS <fridolyn.somers at 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.


More information about the Koha-bugs mailing list