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