@@ -, +, @@ - Have a record with: In: Host title p4. - Have another record with: - Enable UseControlNumber (only to cover the case): In: Host title p4. - Have another record with: - Apply this patch - Reload - Sign off :-D --- koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl | 6 ++++-- koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl | 5 +++-- 2 files changed, 7 insertions(+), 4 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl +++ a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl @@ -957,7 +957,6 @@ /cgi-bin/koha/catalogue/search.pl?q=Control-number: - /cgi-bin/koha/catalogue/detail.pl?biblionumber= @@ -968,9 +967,12 @@ /cgi-bin/koha/catalogue/search.pl?q=ti,phr: - + + + + --- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl +++ a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACDetail.xsl @@ -1062,7 +1062,6 @@ /cgi-bin/koha/opac-search.pl?q=Control-number: - /cgi-bin/koha/opac-detail.pl?biblionumber= @@ -1073,9 +1072,11 @@ /cgi-bin/koha/opac-search.pl?q=ti,phr: - + + + --