]> git.koha-community.org Git - koha.git/commit
Bug 4366: Improve COinS support for MARC21
authorJared CAMINS-ESAKOV <camins@numismatics.org>
Sat, 26 Mar 2011 10:04:39 +0000 (06:04 -0400)
committerChris Nighswonger <chris.nighswonger@gmail.com>
Tue, 5 Apr 2011 00:00:50 +0000 (20:00 -0400)
commit7c88c7e0f9331a38b0cb173acc783854f2bc4af5
tree2fa301037243cf62d09d0b723fbb3c09baa77558
parent81fceb0a4aa05c1b8929c7b90d606b0044ea15c8
Bug 4366: Improve COinS support for MARC21

This patch begins the process of improving the COinS support in Koha to take
advantage of all the metadata available in the MARC format. COinS still doesn't
work quite right, but at least it seems to be following the standard now. The
COinS exported by C4::Biblio::GetCOinSBiblio now correctly identifies articles
from journals and books as such.

Signed-off-by: Jared Camins-Esakov <jcamins@bywatersolutions.com>
Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
(cherry picked from commit 8958f152e7273d3b1fc45a6f7494ab6066aab55e)

Signed-off-by: Chris Nighswonger <chris.nighswonger@gmail.com>
C4/Biblio.pm