[Koha-bugs] [Bug 17196] Move marcxml out of the biblioitems table

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jan 13 10:45:04 CET 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17196

--- Comment #116 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
Some preliminary findings:

opac/opac-readingrecord.pl: Calling GetXmlBiblio seems useless here. Probably
should be GetMarcBiblio.
opac-search.pl: map { (C4::Context->config('zebra_bib_index_mode') eq 'dom')?
$_->{marcxml}: $_->{marc}; }  This marc reference should not have been there
anymore?
C4/Items.pm: changes aimed for catalogue/itemsearch.pl, but I am not sure if
they are needed. Does item search actually looks into the xml? Seems not. New
report??

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list