From fd9d643705b5bb0134ee229a076130a966be23bd 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 --- 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 d4b52725f8..9ebb4cb026 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt @@ -371,7 +371,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