Bugzilla – Attachment 150365 Details for
Bug 29185
Show MARC21 tag 765 - Original Language Entry
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29185: (QA follow-up) Capitalize AND to ensure it is a boolean for ES
Bug-29185-QA-follow-up-Capitalize-AND-to-ensure-it.patch (text/plain), 2.45 KB, created by
Nick Clemens (kidclamp)
on 2023-04-28 12:15:04 UTC
(
hide
)
Description:
Bug 29185: (QA follow-up) Capitalize AND to ensure it is a boolean for ES
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2023-04-28 12:15:04 UTC
Size:
2.45 KB
patch
obsolete
>From be87d51bac606214b18abcc3e72ab38275417667 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Fri, 28 Apr 2023 12:14:51 +0000 >Subject: [PATCH] Bug 29185: (QA follow-up) Capitalize AND to ensure it is a > boolean for ES > >--- > koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slimUtils.xsl | 2 +- > koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slimUtils.xsl | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slimUtils.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slimUtils.xsl >index 08ed73f01c..05668fa67e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slimUtils.xsl >+++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slimUtils.xsl >@@ -759,7 +759,7 @@ > <xsl:choose> > <!-- search for (1) controlnumber AND orgcode, or (2) only controlnumber, or (3) title --> > <xsl:when test="$controlnumber!='' and $orgcode!=''"> >- <xsl:value-of select="str:encode-uri(concat($scriptname,'?q=Control-number:',$controlnumber,' and Control-number-identifier:',$orgcode),false())"/> >+ <xsl:value-of select="str:encode-uri(concat($scriptname,'?q=Control-number:',$controlnumber,' AND Control-number-identifier:',$orgcode),false())"/> > </xsl:when> > <xsl:when test="$controlnumber!=''"> > <xsl:value-of select="str:encode-uri(concat($scriptname,'?q=Control-number:',$controlnumber),false())"/> >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slimUtils.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slimUtils.xsl >index 4ca526d0a3..efc3e3677d 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slimUtils.xsl >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slimUtils.xsl >@@ -722,7 +722,7 @@ > <xsl:choose> > <!-- search for (1) controlnumber AND orgcode, or (2) only controlnumber, or (3) title --> > <xsl:when test="$controlnumber!='' and $orgcode!=''"> >- <xsl:value-of select="str:encode-uri(concat($scriptname,'?q=Control-number:',$controlnumber,' and Control-number-identifier:',$orgcode),false())"/> >+ <xsl:value-of select="str:encode-uri(concat($scriptname,'?q=Control-number:',$controlnumber,' AND Control-number-identifier:',$orgcode),false())"/> > </xsl:when> > <xsl:when test="$controlnumber!=''"> > <xsl:value-of select="str:encode-uri(concat($scriptname,'?q=Control-number:',$controlnumber),false())"/> >-- >2.30.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 29185
:
149588
|
149589
|
149590
|
149906
|
149907
|
149908
|
150357
|
150358
|
150359
| 150365 |
151009