Bugzilla – Attachment 128695 Details for
Bug 29481
Terminology: Collection code
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29481: Terminology: Collection code, call number
Bug-29481-Terminology-Collection-code-call-number.patch (text/plain), 1.91 KB, created by
Katrin Fischer
on 2021-12-18 21:13:09 UTC
(
hide
)
Description:
Bug 29481: Terminology: Collection code, call number
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2021-12-18 21:13:09 UTC
Size:
1.91 KB
patch
obsolete
>From accb088235a6621dc597a066a2c0a798bf5c497f Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Tue, 16 Nov 2021 19:48:29 +0000 >Subject: [PATCH] Bug 29481: Terminology: Collection code, call number > >This patch corrects an instance of the phrase "Collection code," >replacing it with the standard "Collection." > >To test, apply the patch and restart services. > >- In the staff interface, go to Administration -> System preferences and > set the OpacItemLocation preference to "library, collection code, and > call number." >- In the OPAC, search the catalog using a term which will return > multiple results. >- In the search results, item descriptions in the "Availability" line > should read like this: > > [Collection, call number: Non-fiction 394.2663 Bu] > >Signed-off-by: Barbara Johnson <barbara.johnson@bedfordtx.gov> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl >index 40e73b4f22..59a2caba55 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl >@@ -1510,7 +1510,7 @@ > <span class="CallNumberAndLabel"> > <span class="LabelCallNumber"> > <xsl:if test="$OPACItemLocation='callnum'">Call number: </xsl:if> >- <xsl:if test="$OPACItemLocation='ccode'">Collection code, call number: </xsl:if> >+ <xsl:if test="$OPACItemLocation='ccode'">Collection, call number: </xsl:if> > <xsl:if test="$OPACItemLocation='location'">Location, call number: </xsl:if> > </span> > <span class="CallNumber"> >-- >2.11.0
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 29481
:
127728
|
127899
|
128695
|
128696
|
128697
|
128725
|
128726