Bugzilla – Attachment 145640 Details for
Bug 32718
Capitalization: Display Order
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32718: Capitalization: Display Order
Bug-32718-Capitalization-Display-Order.patch (text/plain), 1.55 KB, created by
David Nind
on 2023-01-24 22:28:39 UTC
(
hide
)
Description:
Bug 32718: Capitalization: Display Order
Filename:
MIME Type:
Creator:
David Nind
Created:
2023-01-24 22:28:39 UTC
Size:
1.55 KB
patch
obsolete
>From cdaf1454aefb8dfc19129a9196c18a9415fd9ead Mon Sep 17 00:00:00 2001 >From: Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> >Date: Tue, 24 Jan 2023 16:55:42 -0500 >Subject: [PATCH] Bug 32718: Capitalization: Display Order > >This patch corrects the capitalization of the "Display order" column heading >in the item groups table. > >To test: >0. Apply patch >1. Enable the EnableItemGroups system preference > 1.1. Go to Administration > Global system preferences > 1.2. Search for EnableItemGroups > 1.3. Change the value to "Enable" > 1.4. Click "Save all Circulation preferences" >2. Go to any bibliographic record >3. Click the "Item groups" tab at the bottom > --> First column should be "Display order" > >Signed-off-by: David Nind <david@davidnind.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >index ace46656c9..9d9e3a3379 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >@@ -672,7 +672,7 @@ Note that permanent location is a code, and location may be an authval. > <table class="items-group-table" id="items-group-table"> > <thead> > <tr> >- <td>Display Order</td> >+ <td>Display order</td> > <td>Description</td> > <td> </td> > </tr> >-- >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 32718
:
145638
|
145640
|
145641