From 2af893d671ce4fe4adefd30c477194ef8d2b7c84 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Wed, 7 Aug 2019 12:39:51 +0000 Subject: [PATCH] Bug 23437: Use authorities for tracing series To test: 1 - Set UseAuthoritiesForTracing to use 2 - Find some records with an 800 or 830 series entry 3 - View the record in staff and opac, note the series link does a search for title and author 4 - Apply patch 5 - restart all the things 6 - View the records, note the links now use the authority number Signed-off-by: Ron Houk Signed-off-by: Katrin Fischer Signed-off-by: Martin Renvoize (cherry picked from commit 8c1d54dab1818ba212704442a37902e7a9ef089d) Signed-off-by: Fridolin Somers --- .../en/xslt/MARC21slim2intranetDetail.xsl | 22 +++++++++++++++++++ .../en/xslt/MARC21slim2OPACDetail.xsl | 22 +++++++++++++++++++ 2 files changed, 44 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl index 0139a04818..410feeb34e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl +++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl @@ -238,6 +238,17 @@ + + /cgi-bin/koha/catalogue/search.pl?q=an: + + + + a_t + + + + + /cgi-bin/koha/catalogue/search.pl?q=se,phr:""&q=au:"" @@ -269,6 +280,17 @@ + + /cgi-bin/koha/catalogue/search.pl?q=an: + + + + a_t + + + + + /cgi-bin/koha/catalogue/search.pl?q=se,phr:"" diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl index 0fac4586a8..391c9cda8c 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl +++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl @@ -258,6 +258,17 @@ + + /cgi-bin/koha/opac-search.pl?q=an: + + + + a_t + + + + + /cgi-bin/koha/opac-search.pl?q=se,phr:""&q=au:"" @@ -288,6 +299,17 @@ + + /cgi-bin/koha/opac-search.pl?q=an: + + + + a_t + + + + + /cgi-bin/koha/opac-search.pl?q=se,phr:"" -- 2.20.1