Lines 334-339
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
334 |
('ILLOpacbackends',NULL,NULL,'ILL backends to enabled for OPAC initiated requests','multiple'), |
334 |
('ILLOpacbackends',NULL,NULL,'ILL backends to enabled for OPAC initiated requests','multiple'), |
335 |
('ILLOpacUnauthenticatedRequest',NULL,NULL,'Can OPAC users place ILL requests without having to be logged in','YesNo'), |
335 |
('ILLOpacUnauthenticatedRequest',NULL,NULL,'Can OPAC users place ILL requests without having to be logged in','YesNo'), |
336 |
('ILLPartnerCode','IL','','Patrons from this patron category will be used as partners to place ILL requests with','free'), |
336 |
('ILLPartnerCode','IL','','Patrons from this patron category will be used as partners to place ILL requests with','free'), |
|
|
337 |
('ILLRequestsTabs','','','Add customizable tabs to interlibrary loan requests list','Textarea'), |
337 |
('ILLSendStaffNotices', NULL, NULL, 'Send these ILL notices to staff', 'multiple'), |
338 |
('ILLSendStaffNotices', NULL, NULL, 'Send these ILL notices to staff', 'multiple'), |
338 |
('ILS-DI','0','','Enables ILS-DI services at OPAC.','YesNo'), |
339 |
('ILS-DI','0','','Enables ILS-DI services at OPAC.','YesNo'), |
339 |
('ILS-DI:AuthorizedIPs','','Restricts usage of ILS-DI to some IPs','.','Free'), |
340 |
('ILS-DI:AuthorizedIPs','','Restricts usage of ILS-DI to some IPs','.','Free'), |
340 |
- |
|
|