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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref (+7 lines)
Lines 574-579 Circulation: Link Here
574
                  yes: "Block"
574
                  yes: "Block"
575
                  no: "Don't block"
575
                  no: "Don't block"
576
            - staff from continuing to checkin items when a transfer is triggered.
576
            - staff from continuing to checkin items when a transfer is triggered.
577
        -
578
            - pref: StoreLastBorrower
579
              default: 0
580
              choices:
581
                  yes: Store
582
                  no: "Don't store"
583
            - the last patron to return an item. This setting is independent of opacreadinghistory/AnonymousPatron.
577
    Holds Policy:
584
    Holds Policy:
578
        -
585
        -
579
            - In the staff client, split the holds queue into separate tables by
586
            - In the staff client, split the holds queue into separate tables by
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref (-8 lines)
Lines 696-708 OPAC: Link Here
696
            - "open suggestions. Leave empty for no limit. **Note: this setting does not affect anonymous suggestions"
696
            - "open suggestions. Leave empty for no limit. **Note: this setting does not affect anonymous suggestions"
697
    Privacy:
697
    Privacy:
698
        -
698
        -
699
            - pref: StoreLastBorrower
700
              default: 0
701
              choices:
702
                  yes: Store
703
                  no: "Don't store"
704
            - the last patron to return an item. This setting is independent of opacreadinghistory/AnonymousPatron.
705
        -
706
            - pref: AnonSuggestions
699
            - pref: AnonSuggestions
707
              choices:
700
              choices:
708
                  yes: Allow
701
                  yes: Allow
709
- 

Return to bug 24576