From f03712d37bc5f05aec60bd045429de9b869171fb Mon Sep 17 00:00:00 2001 From: "Nicole C. Engard" Date: Sat, 13 Oct 2012 02:48:01 -0400 Subject: [PATCH] Bug 7986 Follow Up: Fix ExportRemoveFields This preference was in the code as a choice but should be a list of fields to exclude. This patch makes that change and updates the description to fit more with the standard set by other preferences. Signed-off-by: Jonathan Druart Signed-off-by: Paul Poulain --- .../prog/en/modules/admin/preferences/circulation.pref | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref index 4c30cd7d9a..07728f7cdd 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref @@ -115,11 +115,10 @@ Circulation: - pref: ExportWithCsvProfile - CSV profile when exporting patron checkout history (enter CSV Profile name) - + - The following fields should be excluded from the patron checkout history CSV or iso2709 export - pref: ExportRemoveFields - - choices: - yes: Export - no: "Don't export" - - fields for csv or iso2709 export + - (separate fields with space, e.g. 100a 200b 300c) + Checkout Policy: - - pref: AllowNotForLoanOverride -- 2.11.0