Lines 246-252
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
246 |
('EmailSMSSendDriverFromAddress', '', '', 'Email SMS send driver from address override', 'Free'), |
246 |
('EmailSMSSendDriverFromAddress', '', '', 'Email SMS send driver from address override', 'Free'), |
247 |
('EnableAdvancedCatalogingEditor','0','','Enable the Rancor advanced cataloging editor','YesNo'), |
247 |
('EnableAdvancedCatalogingEditor','0','','Enable the Rancor advanced cataloging editor','YesNo'), |
248 |
('EnableBorrowerFiles','0',NULL,'If enabled, allows librarians to upload and attach arbitrary files to a borrower record.','YesNo'), |
248 |
('EnableBorrowerFiles','0',NULL,'If enabled, allows librarians to upload and attach arbitrary files to a borrower record.','YesNo'), |
249 |
('EnableElasticsearchSearchResultExport', '1', '', 'Enable search result export', 'YesNo'), |
249 |
('EnableElasticsearchSearchResultExport', '0', '', 'Enable search result export', 'YesNo'), |
250 |
('EnableExpiredPasswordReset', '0', NULL, 'Enable ability for patrons with expired password to reset their password directly', 'YesNo'), |
250 |
('EnableExpiredPasswordReset', '0', NULL, 'Enable ability for patrons with expired password to reset their password directly', 'YesNo'), |
251 |
('EnableItemGroupHolds','0','','Enable item groups holds feature','YesNo'), |
251 |
('EnableItemGroupHolds','0','','Enable item groups holds feature','YesNo'), |
252 |
('EnableItemGroups','0','','Enable the item groups feature','YesNo'), |
252 |
('EnableItemGroups','0','','Enable the item groups feature','YesNo'), |
253 |
- |
|
|