[Koha-patches] [PATCH] Bug 7986 Follow Up: Fix ExportRemoveFields

Nicole C. Engard nengard at bywatersolutions.com
Sat Oct 13 08:49:06 CEST 2012


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.
---
 .../en/modules/admin/preferences/circulation.pref  |   11 +++++++----
 1 files changed, 7 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 62938b4..9830798 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,11 +116,14 @@ 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)
+        -
+            - 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
-- 
1.7.2.3



More information about the Koha-patches mailing list