From 815d61d829d69b3777a920a84ea9cbaf347d36c3 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 --- .../prog/en/includes/acquisitions-search.inc | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) 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 32c76a2..8ee72ec 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 -- 1.7.5.4