From cdaf1454aefb8dfc19129a9196c18a9415fd9ead Mon Sep 17 00:00:00 2001 From: Caroline Cyr La Rose 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 --- 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. - + -- 2.30.2
Display OrderDisplay order Description