From cdb6c1e363a7f4fa38cf6473c4a5bd11f44cca74 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Tue, 8 Jan 2013 13:18:49 +0100 Subject: [PATCH] Bug 9363: Show Patent control information and report number (MARC21, XSLT, detail pages) Adds 088 $a and 013 $a,c,d,e,f to OPAC and intranet detail pages for MARC21 and XSLT. To test: 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. Signed-off-by: Nicole C. Engard Verified in opac and staff client by following all tests. Signed-off-by: Marcel de Rooy Signed-off-by: Jared Camins-Esakov --- .../en/xslt/MARC21slim2intranetDetail.xsl | 25 +++++++++++++++++++ .../prog/en/xslt/MARC21slim2OPACDetail.xsl | 25 +++++++++++++++++++ 2 files changed, 50 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl index 24349e15f8..ae8341507e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl +++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl @@ -395,6 +395,31 @@ + + + Patent information: + + + acdef + , + + ; + + + + + + + Report number: + + + a + + ; + + + + diff --git a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl index fe08fd3489..7cd32074ee 100644 --- a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl +++ b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACDetail.xsl @@ -401,6 +401,31 @@ + + + Patent information: + + + acdef + , + + ; + + + + + + + Report number: + + + a + + ; + + + + -- 2.39.2