Text to go in the release notes:
|
This fixes the contents of the BibTeX file downloaded from an OPAC cart - it now correctly shows the record number, instead of Koha::Hash(xxx).
Example of incorrect BibTeX file format:
@book{Koha::Biblio=HASH(0x560e89ade4b8), <--- should have been 262
author = {Christiansen, Tom. and Foy, Brian D.},
title = {Programming Perl /},
publisher = {O'Reilly,},
year = {c2012.},
address = {Beijing ;},
edition = {4th ed.},
note = {Rev. ed. of: Programming Perl / Larry Wall, Tom Christiansen & Jon Orwant. 2000. 3rd ed.}
}
|