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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref (-2 / +2 lines)
Lines 170-176 Circulation: Link Here
170
            - Prevent patrons from making holds on the OPAC if they owe more than
170
            - Prevent patrons from making holds on the OPAC if they owe more than
171
            - pref: maxoutstanding
171
            - pref: maxoutstanding
172
              class: currency
172
              class: currency
173
            - <!-- TMPL_VAR NAME="local_currency" --> in fines.
173
            - '[% local_currency %] in fines.'
174
        -
174
        -
175
            - Show a warning on the "Transfers to Receive" screen if the transfer has not been received
175
            - Show a warning on the "Transfers to Receive" screen if the transfer has not been received
176
            - pref: TransfersMaxDaysWarning
176
            - pref: TransfersMaxDaysWarning
Lines 186-192 Circulation: Link Here
186
            - Prevent patrons from checking out books if they have more than
186
            - Prevent patrons from checking out books if they have more than
187
            - pref: noissuescharge
187
            - pref: noissuescharge
188
              class: integer
188
              class: integer
189
            - <!-- TMPL_VAR NAME="local_currency" --> in fines.
189
            - '[% local_currency %] in fines.'
190
        -
190
        -
191
            - pref: ReturnBeforeExpiry
191
            - pref: ReturnBeforeExpiry
192
              choices:
192
              choices:
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref (-1 / +1 lines)
Lines 299-305 OPAC: Link Here
299
            - Only allow patrons to renew their own books on the OPAC if they have less than
299
            - Only allow patrons to renew their own books on the OPAC if they have less than
300
            - pref: OPACFineNoRenewals
300
            - pref: OPACFineNoRenewals
301
              class: currency
301
              class: currency
302
            - <!-- TMPL_VAR NAME="local_currency" --> in fines (leave blank to disable).
302
            - '[% local_currency %] in fines (leave blank to disable).'
303
        -
303
        -
304
            - pref: OPACViewOthersSuggestions
304
            - pref: OPACViewOthersSuggestions
305
              choices:
305
              choices:
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref (-2 / +1 lines)
Lines 69-75 Patrons: Link Here
69
         - The late fine for a specific checkout will only go up to
69
         - The late fine for a specific checkout will only go up to
70
         - pref: MaxFine
70
         - pref: MaxFine
71
           class: currency
71
           class: currency
72
         - '<!-- TMPL_VAR NAME="local_currency" -->.'
72
         - '[% local_currency %].'
73
     -
73
     -
74
         - pref: memberofinstitution
74
         - pref: memberofinstitution
75
           choices:
75
           choices:
76
- 

Return to bug 6228