Bug 10350 - Capitalization: Home Library column in staff detail items table
authorOwen Leonard <oleonard@myacpl.org>
Fri, 31 May 2013 15:36:02 +0000 (11:36 -0400)
committerGalen Charlton <gmc@esilibrary.com>
Fri, 31 May 2013 16:02:02 +0000 (09:02 -0700)
"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 <gmc@esilibrary.com>
koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt

index d4b5272..9ebb4cb 100644 (file)
@@ -371,7 +371,7 @@ function verify_images() {
             <tr>
                 [% IF ( item_level_itypes ) %]<th>Item type</th>[% END %]
                 <th>Current location</th>
-                <th>Home Library</th>
+                <th>Home library</th>
                 [% IF ( itemdata_ccode ) %]<th>Collection</th>[% END %]
                 <th>Call number</th>
                 <th>Status</th>