From 7238585c6054f650e88aa826f73f9ef118087747 Mon Sep 17 00:00:00 2001 From: Nahuel Angelinetti Date: Wed, 3 Dec 2008 17:52:39 +0100 Subject: [PATCH] bug 2841: 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: Galen Charlton --- .../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() {