Lines 327-332
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
327 |
('ILLModuleUnmediated','0','','If enabled, try to immediately progress newly placed ILL requests.','YesNo'), |
327 |
('ILLModuleUnmediated','0','','If enabled, try to immediately progress newly placed ILL requests.','YesNo'), |
328 |
('ILLOpacbackends',NULL,NULL,'ILL backends to enabled for OPAC initiated requests','multiple'), |
328 |
('ILLOpacbackends',NULL,NULL,'ILL backends to enabled for OPAC initiated requests','multiple'), |
329 |
('ILLPartnerCode','IL','','Patrons from this patron category will be used as partners to place ILL requests with','free'), |
329 |
('ILLPartnerCode','IL','','Patrons from this patron category will be used as partners to place ILL requests with','free'), |
|
|
330 |
('ILLRequestsTabs','','','Add customizable tabs to interlibrary loan requests list','Textarea'), |
330 |
('ILLSendStaffNotices', NULL, NULL, 'Send these ILL notices to staff', 'multiple'), |
331 |
('ILLSendStaffNotices', NULL, NULL, 'Send these ILL notices to staff', 'multiple'), |
331 |
('ILS-DI','0','','Enables ILS-DI services at OPAC.','YesNo'), |
332 |
('ILS-DI','0','','Enables ILS-DI services at OPAC.','YesNo'), |
332 |
('ILS-DI:AuthorizedIPs','','Restricts usage of ILS-DI to some IPs','.','Free'), |
333 |
('ILS-DI:AuthorizedIPs','','Restricts usage of ILS-DI to some IPs','.','Free'), |
333 |
- |
|
|