Koha/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/interlibrary_loans.pref
Katrin Fischer 95e4992b2e
Bug 32911: (follow-up) Move pref from Notifications to Features section
The new preference appeared under Notifications, but is better
suited for the Features section on the ILL tab in system
preferences.

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2023-09-01 11:43:41 -03:00

61 lines
2.6 KiB
Text

Interlibrary loans:
Features:
-
- pref: ILLModule
default: 0
choices:
1: Enable
0: Disable
- the interlibrary loans module (master switch).
-
- "Adding text will enable the copyright clearance stage in request creation. The text you enter will be the text displayed."
- pref: ILLModuleCopyrightClearance
type: textarea
class: long
-
- pref: ILLModuleUnmediated
default: 0
choices:
1: Enable
0: Disable
- unmediated interlibrary loan requests. If enabled and the ILL backend supports it, the newly created requests are immediately requested by backend.
-
- pref: CirculateILL
default: 0
choices:
1: Enable
0: Disable
- the circulation of ILL requested items.
-
- pref: ILLCheckAvailability
default: 0
choices:
1: Check
0: "Don't check"
- external sources for availability during the request process.
-
- "ILL statuses that are considered finished and should not be displayed in the ILL module: "
- pref: ILLHiddenRequestStatuses
class: multi
- (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.
-
- "Use patrons from category"
- pref: ILLPartnerCode
choices: patron-categories
- "as partners to place ILL requests with."
Notifications:
-
- "Send these ILL notices to staff when appropriate:"
- pref: ILLSendStaffNotices
class: multi
- "(separated with |). e.g. ILL_REQUEST_CANCEL|ILL_REQUEST_MODIFIED If left empty, no staff ILL notices will be sent."
-
- "Fallback email address for staff ILL notices to be sent to in the absence of a library address:"
- pref: ILLDefaultStaffEmail
class: email
OPAC:
-
- "Enabled ILL backends for OPAC initiated requests:"
- pref: ILLOpacbackends
class: multi
- (separated with |). If left empty, all installed backends will be enabled.