From 5edc4b58ec3818c75dc6f38814d641ef75e96202 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" --- 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.34.1
Display OrderDisplay order Description