From f1748bda4281403629115635dc724e45964707e1 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" Signed-off-by: David Nind Signed-off-by: Katrin Fischer Signed-off-by: Nick Clemens --- koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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..627eedb7fe 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc @@ -48,9 +48,9 @@ [% END %] [% IF searchfieldstype == "address" %] - + [% ELSE %] - + [% END %] [% IF searchfieldstype == "dateofbirth" %] -- 2.20.1