From b247ef4feda85508e1dfbf7e21ca56ead6c0c107 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 --- .../prog/en/modules/cataloguing/additem.tt | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) 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 97d06a5..d8e5cd5 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' %] +