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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref (+13 lines)
Lines 417-422 Circulation: Link Here
417
            - pref: NoIssuesChargeGuarantorsWithGuarantees
417
            - pref: NoIssuesChargeGuarantorsWithGuarantees
418
              class: integer
418
              class: integer
419
            - '[% local_currency %] in fines.'
419
            - '[% local_currency %] in fines.'
420
        -
421
            - Prevent a patron from checking out if the combined fines across all linked accounts exceed
422
            - pref: NoIssuesChargeLinkedAccounts
423
              class: integer
424
            - '[% local_currency %].'
425
            - "<br><strong>NOTE:</strong> Requires <a href=\"/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=EnablePatronAccountLinking\">EnablePatronAccountLinking</a> to be enabled."
420
        -
426
        -
421
            - pref: ReturnBeforeExpiry
427
            - pref: ReturnBeforeExpiry
422
              choices:
428
              choices:
Lines 828-833 Circulation: Link Here
828
                  1: Allow
834
                  1: Allow
829
                  0: "Don't allow"
835
                  0: "Don't allow"
830
            - staff to override hold policies when placing holds.
836
            - staff to override hold policies when placing holds.
837
        -
838
            - pref: AllowLinkedAccountHoldPickup
839
              choices:
840
                  1: Allow
841
                  0: "Don't allow"
842
            - "patrons to pick up holds placed by any of their linked accounts. The checkout will be automatically issued to the account that placed the hold."
843
            - "<br><strong>NOTE:</strong> Requires <a href=\"/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=EnablePatronAccountLinking\">EnablePatronAccountLinking</a> to be enabled."
831
        -
844
        -
832
            - pref: AllowHoldsOnDamagedItems
845
            - pref: AllowHoldsOnDamagedItems
833
              choices:
846
              choices:
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref (-8 / +14 lines)
Lines 414-426 Patrons: Link Here
414
               0: "Don't allow"
414
               0: "Don't allow"
415
         - staff to set the ability for a patron's charges to be viewed by linked patrons in the OPAC.
415
         - staff to set the ability for a patron's charges to be viewed by linked patrons in the OPAC.
416
     -
416
     -
417
         - "Any patron of a patron type than can have a guarantor"
417
          - "Any patron of a patron type than can have a guarantor"
418
         - pref: "ChildNeedsGuarantor"
418
          - pref: "ChildNeedsGuarantor"
419
           choices:
419
            choices:
420
               1: "requires"
420
                1: "requires"
421
               0: "does not require"
421
                0: "does not require"
422
         - a guarantor be set when adding the patron.
422
          - a guarantor be set when adding the patron.
423
         - <p><strong>WARNING:</strong> Setting this preference to <em>requires</em> will cause errors for any pre-existing patrons that would now require a guarantor and do not have one.
423
          - <p><strong>WARNING:</strong> Setting this preference to <em>requires</em> will cause errors for any pre-existing patrons that would now require a guarantor and do not have one.
424
     -
425
          - pref: EnablePatronAccountLinking
426
            choices:
427
                1: Enable
428
                0: Disable
429
          - "the patron account linking feature, which allows multiple patron accounts (e.g., for the same person at different libraries in a consortium) to be linked together."
430
          - "<br><strong>NOTE:</strong> Related preferences: <a href=\"/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=NoIssuesChargeLinkedAccounts\">NoIssuesChargeLinkedAccounts</a> and <a href=\"/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=AllowLinkedAccountHoldPickup\">AllowLinkedAccountHoldPickup</a>."
424
    Patron restrictions:
431
    Patron restrictions:
425
     -
432
     -
426
         - pref: RestrictPatronsWithFailedNotices
433
         - pref: RestrictPatronsWithFailedNotices
427
- 

Return to bug 39658