From 4ad6ea8dbaa0547f952c98525026fef6aefcb39a Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 14 Mar 2013 14:42:07 +0100 Subject: [PATCH] Bug 9294: Followup FIX csv choice for export If ExportRemoveFields is filled and no csv profile defined in ExportWithCsvProfile, the csv choice appears in the dropdown list but does not work. --- .../prog/en/modules/circ/circulation.tt | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt index f83fe25..5f24031 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt @@ -813,9 +813,7 @@ No patron matched [% message %] [% IF ( export_with_csv_profile ) %] - - [% ELSE %] - + [% END %] -- 1.7.2.5