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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref (-1 / +1 lines)
Lines 621-627 OPAC: Link Here
621
                  checkoutbranch: "the library the item was checked out from"
621
                  checkoutbranch: "the library the item was checked out from"
622
                  none: "NULL"
622
                  none: "NULL"
623
                  opacrenew: "'OPACRenew'"
623
                  opacrenew: "'OPACRenew'"
624
            - as branchcode to store in the statistics table.
624
            - as branchcode to store in the statistics table for renewals done in the OPAC.
625
        -
625
        -
626
            - Only allow patrons to renew their own checkouts on the OPAC if they have less than
626
            - Only allow patrons to renew their own checkouts on the OPAC if they have less than
627
            - pref: OPACFineNoRenewals
627
            - pref: OPACFineNoRenewals
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/web_services.pref (-2 / +1 lines)
Lines 45-51 Web services: Link Here
45
                  checkoutbranch: "the library the item was checked out from"
45
                  checkoutbranch: "the library the item was checked out from"
46
                  none: "NULL"
46
                  none: "NULL"
47
                  apirenew: "'APIRenew'"
47
                  apirenew: "'APIRenew'"
48
            - as branchcode to store in the statistics table.
48
            - as branchcode to store in the statistics table for renewals done through the REST API.
49
    OAI-PMH:
49
    OAI-PMH:
50
        -
50
        -
51
            - pref: OAI-PMH
51
            - pref: OAI-PMH
52
- 

Return to bug 38851