From 36685a439a438dd12bd12e65287cc3f0c1b6c198 Mon Sep 17 00:00:00 2001 From: Karen Jen Date: Tue, 17 Jan 2017 22:46:02 +0000 Subject: [PATCH] Bug 17823: Add label for MARC 583 - Action note test plan Edit a record Edit field 583a to add an action note Save the record and confirm that the note does not show up in staff client or opac Apply patch and refresh page Action note should now show up in staff client and opac Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall (cherry picked from commit 16dcea233008c0560c5a9783a3e6dd60470b06b1) Signed-off-by: Katrin Fischer --- .../en/xslt/MARC21slim2intranetDetail.xsl | 21 +++++++++++++++++++ .../en/xslt/MARC21slim2OPACDetail.xsl | 1 + 2 files changed, 22 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl index d7c45e381e..5ebecbf333 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl +++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl @@ -849,6 +849,27 @@ + + + + + + Action note: + + + + + + + abcdefgijklnou + + + + + + + +
diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl index 7b5e5592c4..6bc54b1bd3 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl +++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl @@ -927,6 +927,7 @@ + Action note: -- 2.39.5