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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref (-5 / +7 lines)
Lines 116-126 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
        -
123
            - The following fields should be excluded from the patron checkout history CSV or iso2709 export
119
            - pref: ExportRemoveFields
124
            - pref: ExportRemoveFields
120
            - choices:
125
            - (separate fields with space, e.g. 100a 200b 300c)
121
                yes: Export
126
            
122
                no: "Don't export"
123
            - fields for csv or iso2709 export
124
    Checkout Policy:
127
    Checkout Policy:
125
        -
128
        -
126
            - pref: AllowNotForLoanOverride
129
            - pref: AllowNotForLoanOverride
127
- 

Return to bug 7986