From 99b5ae2ee14fdf9f661b2629a0baf1b6f82fa127 Mon Sep 17 00:00:00 2001 From: Olivia Lu Date: Tue, 15 Jan 2019 03:15:37 +0000 Subject: [PATCH] Bug 20165 : Changed uppercase letter to a lowercase letter in the patron search search fields under the plus option. Changed "Street Address" to "Street address" in the patron search search fields under the plus sign to fit Koha's capitalization rules. To find this change: 1. Go to Patrons and switch in the search to search patrons 2. Click on the plus sign 3. Check "Search fields" pull down 4. "Street Address" should now be "Street address" --- koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc index b56fab9a33..351c5d9018 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc @@ -48,7 +48,7 @@ [% END %] [% IF searchfieldstype == "address" %] - + [% ELSE %] [% END %] -- 2.11.0