From e5665852c516aa9c06818d43f99fefb755c4c06d Mon Sep 17 00:00:00 2001 From: Karen Jen Date: Tue, 17 Jan 2017 22:46:02 +0000 Subject: [PATCH] [SIGNED OFF] 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 --- .../prog/en/xslt/MARC21slim2intranetDetail.xsl | 21 +++++++++++++++++++++ .../bootstrap/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 d22f35b..162c148 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 a8622f3..c62d004 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.7.4