Bugzilla – Attachment 181208 Details for
Bug 39685
Typo: authorised value in item search fields
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39685: Typo: authorised value in item search fields
Bug-39685-Typo-authorised-value-in-item-search-fie.patch (text/plain), 1.53 KB, created by
Roman Dolny
on 2025-04-19 09:18:54 UTC
(
hide
)
Description:
Bug 39685: Typo: authorised value in item search fields
Filename:
MIME Type:
Creator:
Roman Dolny
Created:
2025-04-19 09:18:54 UTC
Size:
1.53 KB
patch
obsolete
>From ca294656071d2bd882e849b4dac140ae1bc838ae Mon Sep 17 00:00:00 2001 >From: Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> >Date: Fri, 18 Apr 2025 17:05:01 -0400 >Subject: [PATCH] Bug 39685: Typo: authorised value in item search fields > >This patch corrects a typo in the item search field table. > >Terminology indicates it should be "authorized" and not "authorised". > >https://wiki.koha-community.org/wiki/Terminology > >To test: >1. Apply patch >2. Go to Administration > Item search fields > New search field >3. Fill out the form >4. Click 'Submit' > --> The column header in the table should be 'Authorized value category' > >Signed-off-by: Roman Dolny <roman.dolny@jezuici.pl> >--- > .../intranet-tmpl/prog/en/modules/admin/items_search_fields.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/items_search_fields.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/items_search_fields.tt >index 9a1582dcbb..751277d768 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/items_search_fields.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/items_search_fields.tt >@@ -68,7 +68,7 @@ > <th>Label</th> > <th>MARC field</th> > <th>MARC subfield</th> >- <th>Authorised values category</th> >+ <th>Authorized value category</th> > <th class="noExport">Actions</th> > </tr> > </thead> >-- >2.39.5
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 39685
:
181194
|
181195
|
181207
| 181208