From 7ae3ca4e6c2fcd47d6da225dacb59480103f7a4f 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=UTF-8 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 --- .../intranet-tmpl/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 e1c7c14..3fd88e3 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.1.4