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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref (-13 / +12 lines)
Lines 362-367 Circulation: Link Here
362
                  yes: Allow
362
                  yes: Allow
363
                  no: "Don't allow"
363
                  no: "Don't allow"
364
            - "patrons to check out multiple items from the same record.  (NOTE: This will only effect records without a subscription attached.)"
364
            - "patrons to check out multiple items from the same record.  (NOTE: This will only effect records without a subscription attached.)"
365
        -
366
            - pref: OnSiteCheckouts
367
              choices:
368
                  yes: Enable
369
                  no: Disable
370
            - the on-site checkouts feature.
371
        -
372
            - pref: OnSiteCheckoutsForce
373
              choices:
374
                  yes: Enable
375
                  no: Disable
376
            - the on-site for all cases (Even if a user is debarred, etc.).
365
    Checkin Policy:
377
    Checkin Policy:
366
        -
378
        -
367
            - pref: BlockReturnOfWithdrawnItems
379
            - pref: BlockReturnOfWithdrawnItems
Lines 383-400 Circulation: Link Here
383
            - This is a list of value pairs. When an item is checked in, if the not for loan value on the left matches the items not for loan value
395
            - This is a list of value pairs. When an item is checked in, if the not for loan value on the left matches the items not for loan value
384
            - "it will be updated to the right-hand value. E.g. '-1: 0' will cause an item that was set to 'Ordered' to now be available for loan."
396
            - "it will be updated to the right-hand value. E.g. '-1: 0' will cause an item that was set to 'Ordered' to now be available for loan."
385
            - Each pair of values should be on a separate line.
397
            - Each pair of values should be on a separate line.
386
        -
387
            - pref: OnSiteCheckouts
388
              choices:
389
                  yes: Enable
390
                  no: Disable
391
            - the on-site checkouts feature.
392
        -
393
            - pref: OnSiteCheckoutsForce
394
              choices:
395
                  yes: Enable
396
                  no: Disable
397
            - the on-site for all cases (Even if a user is debarred, etc.).
398
    Holds Policy:
398
    Holds Policy:
399
        -
399
        -
400
            - pref: AllowHoldPolicyOverride
400
            - pref: AllowHoldPolicyOverride
401
- 

Return to bug 10860