From f24129c64f77ee65ff1c639b35e1d825430d1f50 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 Content-Type: text/plain; charset="utf-8" "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. --- .../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 d4b5272..9ebb4cb 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 -- 1.7.9.5