From 08bd4206feb18026b4827f480b1550d6452925da 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 (cherry picked from commit 450d4070b9d7103e30547eb5bce88d4cd5a97621) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit 450d4070b9d7103e30547eb5bce88d4cd5a97621) Signed-off-by: Chris Hall (cherry picked from commit 8c1589e2541920d65f858eaa59c114a18837e8f3) --- 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 d5d2cf26bd..81500d2a9f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt @@ -271,7 +271,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