From e4eb89d1f021568e74bee11dd33fcf65d3a3eecf 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 (cherry picked from commit f1748bda4281403629115635dc724e45964707e1) Signed-off-by: Martin Renvoize (cherry picked from commit 59a38379b246fa3317d2cdea63f036dad0a5e5a3) Signed-off-by: Jesse Maseto --- 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 f36d856e4c..471a6652f6 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.39.5