From 560072696a20b6164359a10ce88e492fae63d3a3 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Mon, 21 Sep 2020 04:49:48 +0000 Subject: [PATCH] Bug 11223: Fix the ind1 semantics for 785 in the staff interface For 780 and 785 the field should not display when the first indicator is 1. After checking the code, I found that 785 in staff was missing. This patches fixes that one. To test: - Catalog a record with 785 and 780 fields with one 1st indicator set to 0 and another to 1. - Verify in staff and OPAC detail pages that only the fields with 0 display. Signed-off-by: David Nind --- .../prog/en/xslt/MARC21slim2intranetDetail.xsl | 112 +++++++++++---------- 1 file changed, 57 insertions(+), 55 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl index b1bef27766..469217f8cd 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl +++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl @@ -1310,65 +1310,67 @@ - - - - Continued by: - - - Continued in part by: - - - Superseded by: - - - Superseded in part by: - - - Absorbed by: - - - Absorbed in part by: - - - Split into .. and ...: - - - Merged with ... to form ... - - - Changed back to: - - - + + + + + Continued by: + + + Continued in part by: + + + Superseded by: + + + Superseded in part by: + + + Absorbed by: + + + Absorbed in part by: + + + Split into .. and ...: + + + Merged with ... to form ... + + + Changed back to: + + + - - - - - - + + + + + + - - - a_t - - + + + a_t + + - - - /cgi-bin/koha/catalogue/search.pl?q=Control-number: - - - - - /cgi-bin/koha/catalogue/search.pl?q=ti,phr: - - - - + + + /cgi-bin/koha/catalogue/search.pl?q=Control-number: + + + + + /cgi-bin/koha/catalogue/search.pl?q=ti,phr: + + + + - + + -- 2.11.0