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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref (-1 / +1 lines)
Lines 436-442 Circulation: Link Here
436
              choices:
436
              choices:
437
                  yes: "Don't automatically"
437
                  yes: "Don't automatically"
438
                  no: Automatically
438
                  no: Automatically
439
            - mark holds as found and waiting when a hold is placed specifically on them and they are already checked in.
439
            - mark a hold as found and waiting when a hold is placed on a specific item and that item is already checked in.
440
        -
440
        -
441
            - Patrons can only have
441
            - Patrons can only have
442
            - pref: maxreserves
442
            - pref: maxreserves
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/web_services.pref (-2 / +2 lines)
Lines 35-43 Web services: Link Here
35
                no: Disable
35
                no: Disable
36
            - ILS-DI services for OPAC users
36
            - ILS-DI services for OPAC users
37
        -
37
        -
38
            - Allow IP addresses
38
            - pref: ILS-DI:AuthorizedIPs
39
            - pref: ILS-DI:AuthorizedIPs
39
              class: Text
40
              class: Text
40
            - allowed IPs to use the ILS-DI services
41
            - to use the ILS-DI services (when enabled). Separate the IP addresses with commas and without spaces. Leave the field blank to allow any IP address.
41
    Reporting:
42
    Reporting:
42
        -
43
        -
43
            - Only return
44
            - Only return
44
- 

Return to bug 8918