From 748f1f37676a3cb73669e299f9c4ce1526aa25c8 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Thu, 29 Mar 2018 07:33:16 -0400 Subject: [PATCH] Bug 20467 [QA Followup]: Add Branches plugin to template --- .../intranet-tmpl/prog/en/modules/course_reserves/batch_add_items.tt | 1 + 1 file changed, 1 insertion(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/batch_add_items.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/batch_add_items.tt index 68998c20aa..cb8ca499f3 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/batch_add_items.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/batch_add_items.tt @@ -1,3 +1,4 @@ +[% USE Branches %] [% INCLUDE 'doc-head-open.inc' %] Koha › Course reserves › Add items [% INCLUDE 'doc-head-close.inc' %] -- 2.14.3 (Apple Git-98)