Bugzilla – Attachment 128725 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.99 KB, created by
Jonathan Druart
on 2021-12-20 08:51:58 UTC
(
hide
)
Description:
Bug 29481: Terminology: Collection code, call number
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2021-12-20 08:51:58 UTC
Size:
1.99 KB
patch
obsolete
>From 12532a9a1822be6f51d81ac03d00d73ceeaa5102 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> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > .../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 40e73b4f226..59a2caba557 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.25.1
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