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

(-)a/installer/data/mysql/mandatory/sysprefs.sql (-2 / +1 lines)
Lines 334-340 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
334
('ILLModuleDisclaimerByType','','','YAML defining disclaimer settings for each ILL request type','Textarea'),
334
('ILLModuleDisclaimerByType','','','YAML defining disclaimer settings for each ILL request type','Textarea'),
335
('ILLModuleUnmediated','0','','If enabled, try to immediately progress newly placed ILL requests.','YesNo'),
335
('ILLModuleUnmediated','0','','If enabled, try to immediately progress newly placed ILL requests.','YesNo'),
336
('ILLOpacbackends','',NULL,'ILL backends to enabled for OPAC initiated requests','multiple'),
336
('ILLOpacbackends','',NULL,'ILL backends to enabled for OPAC initiated requests','multiple'),
337
('ILLOpacUnauthenticatedRequest',NULL,NULL,'Can OPAC users place ILL requests without having to be logged in','YesNo'),
337
('ILLOpacUnauthenticatedRequest','',NULL,'Can OPAC users place ILL requests without having to be logged in','YesNo'),
338
('ILLPartnerCode','IL','','Patrons from this patron category will be used as partners to place ILL requests with','free'),
338
('ILLPartnerCode','IL','','Patrons from this patron category will be used as partners to place ILL requests with','free'),
339
('ILLRequestsTabs','','','Add customizable tabs to interlibrary loan requests list','Textarea'),
339
('ILLRequestsTabs','','','Add customizable tabs to interlibrary loan requests list','Textarea'),
340
('ILLSendStaffNotices', '', NULL, 'Send these ILL notices to staff', 'multiple'),
340
('ILLSendStaffNotices', '', NULL, 'Send these ILL notices to staff', 'multiple'),
341
- 

Return to bug 40405