From 732e24f5b55b43e2d22f958c850bab6669f2c100 Mon Sep 17 00:00:00 2001 From: Nicole C. Engard Date: Fri, 12 Oct 2012 16:45:22 -0400 Subject: [PATCH] Bug 7986 Follow Up: Update ExportWithCsvProfile The ExportWithCsvProfile preference was on it's own file (tools.pref) when in reality it belonged on the circulation tab. This patch removes the tools.pref file and moves the ExportWithCsvProfile preference and updates the text around it to make it clearer. --- .../en/modules/admin/preferences/circulation.pref | 4 ++++ .../prog/en/modules/admin/preferences/tools.pref | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/tools.pref 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 62938b4..7649d33 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 @@ -116,6 +116,10 @@ Circulation: no: "Do not" - update a bibliographic record's total issues count whenever an item is issued (WARNING! This increases server load significantly; if performance is a concern, use the update_totalissues.pl cron job to update the total issues count). - + - Use the + - pref: ExportWithCsvProfile + - CSV profile when exporting patron checkout history (enter CSV Profile name) + - - pref: ExportRemoveFields - choices: yes: Export diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/tools.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/tools.pref deleted file mode 100644 index 2891b0e..0000000 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/tools.pref +++ /dev/null @@ -1,4 +0,0 @@ -Tools: - - - - pref: ExportWithCsvProfile - - CSV profile for export -- 1.7.2.3