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 Cormack <chrisc@catalyst.net.nz>
Mon, 28 Mar 2011 23:16:46 +0000 (12:16 +1300)
commit8958f152e7273d3b1fc45a6f7494ab6066aab55e
tree2e51bb2c3b3d41d148fc6d3e23cb0b56e3fcb058
parent38b51b56380b44fbc69656164725998db25e88a9
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>
C4/Biblio.pm