@@ -, +, @@ XSLT Detail - Catalog records using the 060, examples can be found in the LOC documentation. - Verify that the field displays on the detail pages in staff and OPAC --- .../prog/en/xslt/MARC21slim2intranetDetail.xsl | 17 +++++++++++++++++ .../bootstrap/en/xslt/MARC21slim2OPACDetail.xsl | 17 +++++++++++++++++ 2 files changed, 34 insertions(+) --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl +++ a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl @@ -948,6 +948,23 @@ + + + + NLM classification: + + + a + | + + + + | + + + + + --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl +++ a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl @@ -1000,6 +1000,23 @@ + + + + NLM classification: + + + a + | + + + + | + + + + + --