From bd3188a2b38afdd51af6ca16f0955f5bd7cfe61d 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 (cherry picked from commit 36685a439a438dd12bd12e65287cc3f0c1b6c198) Signed-off-by: Julian Maurice --- .../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 e651c6484c..349f5a5c4a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl +++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl @@ -839,6 +839,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 a833288205..01615090c4 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl +++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl @@ -925,6 +925,7 @@ + Action note: -- 2.20.1