From 450d4070b9d7103e30547eb5bce88d4cd5a97621 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 31 May 2013 11:36:02 -0400 Subject: [PATCH] Bug 10350 - Capitalization: Home Library column in staff detail items table "Home library" is incorrectly capitalized on the catalog detail page. This patch corrects it. To test, view the normal view of record in the staff client catalog. The "Home library" table header in the holdings table should be correctly capitalized. Signed-off-by: Galen Charlton (cherry picked from commit fd9d643705b5bb0134ee229a076130a966be23bd) Signed-off-by: Tomas Cohen Arazi Trivial string patch --- 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 495d7e3b7a..886dd0aba4 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt @@ -356,7 +356,7 @@ function verify_images() { [% IF ( item_level_itypes ) %]Item type[% END %] Current location - Home Library + Home library [% IF ( itemdata_ccode ) %]Collection[% END %] Call number Status -- 2.39.5