@@ -, +, @@ master code. (the selected MARC framework should have the 773's relevant sub-fields enabled and visible on staff client, opac and the editor). as well as the staff client. note should no longer be visible from either client or opac. and opac. http://www.loc.gov/marc/bibliographic/examples.html#monographic The patch applied cleanly and performed as expected. The koha-qa.pl gave OK as results. --- .../prog/en/xslt/MARC21slim2intranetDetail.xsl | 2 +- .../bootstrap/en/xslt/MARC21slim2OPACDetail.xsl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl +++ a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl @@ -809,7 +809,7 @@ - + --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl +++ a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl @@ -918,7 +918,7 @@ - + --