Bug 32799: Rename ILLSTATUS authorised value category to ILL_STATUS_ALIAS
[srvgit] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / preferences / interlibrary_loans.pref
1 Interlibrary loans:
2     Features:
3         -
4             - pref: ILLModule
5               default: 0
6               choices:
7                   1: Enable
8                   0: Disable
9             - the interlibrary loans module (master switch).
10         -
11             - "Adding text will enable the copyright clearance stage in request creation. The text you enter will be the text displayed."
12             - pref: ILLModuleCopyrightClearance
13               type: textarea
14               class: long
15         -
16             - pref: ILLModuleUnmediated
17               default: 0
18               choices:
19                   1: Enable
20                   0: Disable
21             - unmediated interlibrary loan requests. If enabled and the ILL backend supports it, the newly created requests are immediately requested by backend.
22         -
23             - pref: CirculateILL
24               default: 0
25               choices:
26                   1: Enable
27                   0: Disable
28             - the circulation of ILL requested items.
29         -
30             - pref: ILLCheckAvailability
31               default: 0
32               choices:
33                   1: Check
34                   0: "Don't check"
35             - external sources for availability during the request process.
36         -
37             - "ILL statuses that are considered finished and should not be displayed in the ILL module: "
38             - pref: ILLHiddenRequestStatuses
39               class: multi
40             - (separated with |). If left empty, all ILL requests will be displayed. The request codes are defined in the backends and additional aliases can be configured via the <a href="/cgi-bin/koha/admin/authorised_values.pl?searchfield=ILL_STATUS_ALIAS">ILL_STATUS_ALIAS</a> authorized value category.
41     Notifications:
42         -
43             - "Send these ILL notices to staff when appropriate:"
44             - pref: ILLSendStaffNotices
45               class: multi
46             - "(separated with |). e.g. ILL_REQUEST_CANCEL|ILL_REQUEST_MODIFIED If left empty, no staff ILL notices will be sent."
47         -
48             - "Fallback email address for staff ILL notices to be sent to in the absence of a library address:"
49             - pref: ILLDefaultStaffEmail
50               class: email
51     OPAC:
52         -
53             - "Enabled ILL backends for OPAC initiated requests:"
54             - pref: ILLOpacbackends
55               class: multi
56             - (separated with |). If left empty, all installed backends will be enabled.