Bugzilla – Attachment 145638 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.50 KB, created by
Caroline Cyr La Rose
on 2023-01-24 21:57:44 UTC
(
hide
)
Description:
Bug 32718: Capitalization: Display Order
Filename:
MIME Type:
Creator:
Caroline Cyr La Rose
Created:
2023-01-24 21:57:44 UTC
Size:
1.50 KB
patch
obsolete
>From 5edc4b58ec3818c75dc6f38814d641ef75e96202 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" >--- > 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.34.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 32718
:
145638
|
145640
|
145641