From 363eb07090a90a01f75fdcccd7168dc21a2a19c2 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 22028cc2ee..e2aa3c4c95 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt @@ -97,6 +97,8 @@ $(document).ready(function() { [% INCLUDE 'header.inc' %] +[% INCLUDE 'cataloging-search.inc' %] +