http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7696 Jared Camins-Esakov <jcamins@cpbibliography.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #8217|0 |1 is obsolete| | --- Comment #2 from Jared Camins-Esakov <jcamins@cpbibliography.com> --- Created attachment 8222 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=8222&action=edit Bug 7696 - NORMARC lacks staff results XSLT This patch adds NORMARCslim2intranetResults.xsl, to enable XSLT display of intreanet search results when marcflavour = NORMARC. Most of the logic is copied verbatim from NORMARCslim2OPACResults.xsl. To test: Make sure you have these system preferences set: marcflavour = NORMARC XSLTResultsDisplay = using XSLT stylesheet NORMARC and MARC21 is similar enough that testing on MARC21 records should be OK. (I don't expect anyone to do detailed testing of a lot of the different positions in leader, 007, 008 etc...) Before the patch: viewing results in the staff client should give an error message about a missing XSLT file. After the patch: Record details should be displayed in the search results, similar to how it is done for MARC21. Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com> -- You are receiving this mail because: You are watching all bug changes.