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

--- Comment #5 from Fridolyn SOMERS <fridolyn.som...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/

Reply via email to