From 15ccc7b1e60241ed25bb43bb070a7e6154f2be1c Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 19 Apr 2017 12:32:06 -0300 Subject: [PATCH] Bug 18453: Remove exports_enabled in circulation_batch_checkouts.tt MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This is a c/p from circulation.tt, this variable is not needed in this template Signed-off-by: Marc Véron Signed-off-by: Nick Clemens Signed-off-by: Kyle M Hall --- .../prog/en/modules/circ/circulation_batch_checkouts.tt | 3 --- 1 file changed, 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt index e1c7c14b41..3fd88e3b09 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt @@ -1,9 +1,6 @@ [% USE Branches %] [% USE KohaDates %] [% USE Price %] -[% IF ( export_remove_fields OR export_with_csv_profile ) %] - [% SET exports_enabled = 1 %] -[% END %] [% USE AuthorisedValues %] [% INCLUDE 'doc-head-open.inc' %] [% SET destination = "circ" %] -- 2.20.1