From 6b7a0d4bff8158720a25ad44a2b3b2a0c4ccffcf 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 --- .../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..8ccfe84 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