From 0ec64af4390333a97c5000e9bcd8328b2168f52f Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 15 Jul 2014 10:28:14 +0200 Subject: [PATCH] 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. --- koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc | 9 +++++++-- 1 file 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 @@ -- 2.0.0.rc2