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

--- Comment #116 from Marcel de Rooy <m.de.r...@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.
_______________________________________________
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