@@ -, +, @@ 1) Check records with single and multiple 013 and 088 fields with different subfields catalogued. 2) Check records with no 088 or 013 present. 3) Verify display is ok and consistent. --- .../prog/en/xslt/MARC21slim2intranetDetail.xsl | 25 ++++++++++++++++++++ .../prog/en/xslt/MARC21slim2OPACDetail.xsl | 25 ++++++++++++++++++++ 2 files changed, 50 insertions(+), 0 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl +++ a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl @@ -395,6 +395,31 @@ + + + Patent information: + + + acdef + , + + ; + + + + + + + Report number: + + + a + + ; + + + + --- a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl +++ a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl @@ -401,6 +401,31 @@ + + + Patent information: + + + acdef + , + + ; + + + + + + + Report number: + + + a + + ; + + + + --