From f0a0952655b233f543446ea74eb7fc268d676f22 Mon Sep 17 00:00:00 2001 From: Nahuel Angelinetti Date: Wed, 3 Dec 2008 17:52:39 +0100 Subject: [PATCH] add an hidden field with booksellerid The bug throw because the booksellerid is not in the request, and the newordersuggestion.pl need this one to import it in a new order. So I just added an hidden input in the search form. Signed-off-by: Henri-Damien LAURENT --- .../intranet-tmpl/prog/en/includes/suggestions-add-search.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/suggestions-add-search.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/suggestions-add-search.inc index a027dba14c..16a16ed072 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/suggestions-add-search.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/suggestions-add-search.inc @@ -48,6 +48,7 @@ YAHOO.util.Event.onContentReady("header_search", function() {