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

(-)a/installer/data/mysql/mandatory/sysprefs.sql (+1 lines)
Lines 320-325 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
320
('ILLCheckAvailability', 0, '', 'If ON, during the ILL request process third party sources will be checked for current availability', 'YesNo'),
320
('ILLCheckAvailability', 0, '', 'If ON, during the ILL request process third party sources will be checked for current availability', 'YesNo'),
321
('ILLDefaultStaffEmail', '', NULL, 'Fallback email address for staff ILL notices to be sent to in the absence of a branch address', 'Free'),
321
('ILLDefaultStaffEmail', '', NULL, 'Fallback email address for staff ILL notices to be sent to in the absence of a branch address', 'Free'),
322
('ILLHiddenRequestStatuses', NULL, NULL, 'ILL statuses that are considered finished and should not be displayed in the ILL module', 'multiple'),
322
('ILLHiddenRequestStatuses', NULL, NULL, 'ILL statuses that are considered finished and should not be displayed in the ILL module', 'multiple'),
323
('ILLHistoryCheck', 0, '', 'If ON, during the ILL request process, a check is performed to see if the ILL request has already been previously placed', 'YesNo'),
323
('IllLog', 0, '', 'If ON, log information about ILL requests', 'YesNo'),
324
('IllLog', 0, '', 'If ON, log information about ILL requests', 'YesNo'),
324
('ILLModule','0','If ON, enables the interlibrary loans module.','','YesNo'),
325
('ILLModule','0','If ON, enables the interlibrary loans module.','','YesNo'),
325
('ILLModuleDisclaimerByType','','','YAML defining disclaimer settings for each ILL request type','Textarea'),
326
('ILLModuleDisclaimerByType','','','YAML defining disclaimer settings for each ILL request type','Textarea'),
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/interlibrary_loans.pref (-1 / +7 lines)
Lines 62-67 Interlibrary loans: Link Here
62
                  1: Check
62
                  1: Check
63
                  0: "Don't check"
63
                  0: "Don't check"
64
            - external sources for availability during the request process.
64
            - external sources for availability during the request process.
65
        -
66
            - pref: ILLHistoryCheck
67
              default: 0
68
              choices:
69
                  1: Check
70
                  0: "Don't check"
71
            - if an ILL request has already been placed during the request process.
65
        -
72
        -
66
            - "If the ILL backend supports it, adding YAML will enable the request type disclaimer stage in request creation, prompting the user with a request type specific disclaimer as defined (staff interface and OPAC)."
73
            - "If the ILL backend supports it, adding YAML will enable the request type disclaimer stage in request creation, prompting the user with a request type specific disclaimer as defined (staff interface and OPAC)."
67
            - "For each request type, you can have 3 configuration options: <code>text</code>, <code>av_category_code</code> and <code>bypass</code><ul>"
74
            - "For each request type, you can have 3 configuration options: <code>text</code>, <code>av_category_code</code> and <code>bypass</code><ul>"
68
- 

Return to bug 38441