View | Details | Raw Unified | Return to bug 7986
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref (+4 lines)
Lines 116-121 Circulation: Link Here
116
                  no: "Do not"
116
                  no: "Do not"
117
            - 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).
117
            - 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).
118
        -
118
        -
119
            - Use the
120
            - pref: ExportWithCsvProfile
121
            - CSV profile when exporting patron checkout history (enter CSV Profile name)
122
        -
119
            - pref: ExportRemoveFields
123
            - pref: ExportRemoveFields
120
            - choices:
124
            - choices:
121
                yes: Export
125
                yes: Export
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/tools.pref (-5 lines)
Lines 1-4 Link Here
1
Tools:
2
    -
3
        - pref: ExportWithCsvProfile
4
        - CSV profile for export
5
- 

Return to bug 7986