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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref (+12 lines)
Lines 488-493 Circulation: Link Here
488
                  yes: Include
488
                  yes: Include
489
                  no: "Don't include"
489
                  no: "Don't include"
490
            - the grace period when calculating the fine for an overdue item.
490
            - the grace period when calculating the fine for an overdue item.
491
        -
492
            - The late fine for all checkouts will only go up to
493
            - pref: MaxFine
494
              class: currency
495
            - '[% local_currency %].'
496
            - Empty value means no limit. Single item caps are specified in the circulation rules matrix.
497
        -
498
            - pref: MaxFineIsReplacementPrice
499
              choices:
500
                  yes: Use
501
                  no: Do not use
502
            - the replacement price as maximum fine for an item.
491
    Self Checkout:
503
    Self Checkout:
492
        -
504
        -
493
            - "Include the following JavaScript on all pages in the web-based self checkout:"
505
            - "Include the following JavaScript on all pages in the web-based self checkout:"
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref (-13 lines)
Lines 74-91 Patrons: Link Here
74
               no: "Don't allow"
74
               no: "Don't allow"
75
         - "staff to access a patron's checkout history (it is stored regardless)."
75
         - "staff to access a patron's checkout history (it is stored regardless)."
76
     -
76
     -
77
         - The late fine for all checkouts will only go up to
78
         - pref: MaxFine
79
           class: currency
80
         - '[% local_currency %].'
81
         - Empty value means no limit. Single item caps are specified in the circulation rules matrix.
82
     -
83
         - pref: MaxFineIsReplacementPrice
84
           choices:
85
               no: Allow
86
               yes: "Don't allow"
87
         - the maximum fine for an item to exceed the replacement price for that item.
88
     -
89
         - pref: memberofinstitution
77
         - pref: memberofinstitution
90
           choices:
78
           choices:
91
               yes: Do
79
               yes: Do
92
- 

Return to bug 9129