From 52d8b88c6820fa021d5a7252653b190981e2f158 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 15 Jul 2014 10:28:14 +0200 Subject: [PATCH] [PASSED QA] Bug 10155: Patron search should remember search type options selected The search type reset to the default. Test plan: 1/ go on the patrons home page 2/ Launch a search in the header and select the second value for "search type" ("contains"). 3/ Verify the search type is set to "contains" on the results page. Signed-off-by: Katrin Fischer Works as described. Signed-off-by: Kyle M Hall --- .../prog/en/includes/patron-search.inc | 9 +++++++-- 1 files changed, 7 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 a1f400c..47cd2ad 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc @@ -75,8 +75,13 @@ -- 1.7.2.5