From 5a146577813f8f7d8598f762bf880a54a6568c81 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 30 Apr 2013 15:33:48 -0400 Subject: [PATCH] Bug 10036 - adding header search to additem page The add item screen lacks a header search form. This patch adds the cataloging header search include to additem.tt. To test, apply the patch and add items to or edit items of an existing record. The header search form should appear with options for cataloging search and circulation. Signed-off-by: Kyle M Hall Signed-off-by: Jonathan Druart Signed-off-by: Galen Charlton (cherry picked from commit 646015c6471fa3d248696a55b6f18d268b5a2f60) Signed-off-by: Tomas Cohen Arazi This should have been tagged as a bugfix... (cherry picked from commit d22fb794dcc977c096665c4aa44ffc2185af7d46) Signed-off-by: Bernardo Gonzalez Kriegel (cherry picked from commit d22fb794dcc977c096665c4aa44ffc2185af7d46) --- koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt index 52b059e795..0f45c1fd95 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt @@ -163,6 +163,8 @@ $(document).ready(function() { [% INCLUDE 'header.inc' %] +[% INCLUDE 'cataloging-search.inc' %] +