From b98b90bd2a90f598a89856605de58bd2e2fcac95 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Mon, 9 Apr 2012 09:48:46 +0200 Subject: [PATCH] Bug 7834: order search at the top of acq does nothing Entering a search term for 'title' or 'vendor' at the top search form in acq (tab 'Orders search') did redirect to the advanced search form, but didn't start the search. After applying the patch the search will bring back results immediately or redirect to the form, when there are no results. To test: - Check all searches still work as expected by searching for title, vendor, order name and invoice number - Check advanced search still has the search terms prepopulated - Check searches with and without results are ok Signed-off-by: Chris Cormack Signed-off-by: Paul Poulain (cherry picked from commit d55cde8ae5b09bce0d93c2bfac26de6d27a4507a) --- .../intranet-tmpl/prog/en/includes/acquisitions-search.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-search.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-search.inc index 6c928efff5..e938417946 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-search.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-search.inc @@ -11,7 +11,9 @@

Search orders:

- + + + [+] Advanced Search -- 2.39.5