]> git.koha-community.org Git - koha.git/commit
Bug 17938: Fix display of label for repeated MARC 583 - Action note fields
authorKatrin Fischer <katrin.fischer.83@web.de>
Thu, 26 Mar 2020 22:30:52 +0000 (22:30 +0000)
committerLucas Gass <lucas@bywatersolutions.com>
Mon, 11 May 2020 19:42:51 +0000 (19:42 +0000)
commit05399b5fdd8988a4d16960aa5f9e3e082e249025
tree63374bde720fffcd01c21daa417fc92767037a6d
parent13f62df3f555387ca1a7c6886c30362744c1b79f
Bug 17938: Fix display of label for repeated MARC 583 - Action note fields

When there are mulitple 583 on a record, the label "Action note" will be
repeated for each. This fixes it, so that the label only appears once and
multiple fields are separated by | following the existing pattern.

Also makes sure there is a space between $z and other subfields.

Note:
Ind. 1 = private - These won't display in the OPAC
Ind. 1 = 0 or empty - These will display in the OPAC
Staff will display all 583 independent from indicator.

To test:
- Add one or more records with none, one and muliple 583, at least one including $z
  For examples see:
  http://www.loc.gov/marc/bibliographic/bd583.html
- Verify display problems
- Apply patch
- Verify display is improved - one label and $z is followed by a space

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Joy Nelson <joy@bywatersolutions.com>
(cherry picked from commit d35bcd9bb8890b8ad2121e21e5e4f44adf571b3e)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl
koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl