|
Lines 257-263
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
| 257 |
('EnableAdvancedCatalogingEditor','0','','Enable the Rancor advanced cataloging editor','YesNo'), |
257 |
('EnableAdvancedCatalogingEditor','0','','Enable the Rancor advanced cataloging editor','YesNo'), |
| 258 |
('EnableBooking','1',NULL,'If enabled, activate every functionnalities related with Bookings module','YesNo'), |
258 |
('EnableBooking','1',NULL,'If enabled, activate every functionnalities related with Bookings module','YesNo'), |
| 259 |
('EnableBorrowerFiles','0',NULL,'If enabled, allows librarians to upload and attach arbitrary files to a borrower record.','YesNo'), |
259 |
('EnableBorrowerFiles','0',NULL,'If enabled, allows librarians to upload and attach arbitrary files to a borrower record.','YesNo'), |
| 260 |
('EnableElasticsearchSearchResultExport', '1', '', 'Enable search result export', 'YesNo'), |
260 |
('EnableElasticsearchSearchResultExport', '0', '', 'Enable search result export', 'YesNo'), |
| 261 |
('EnableExpiredPasswordReset', '0', NULL, 'Enable ability for patrons with expired password to reset their password directly', 'YesNo'), |
261 |
('EnableExpiredPasswordReset', '0', NULL, 'Enable ability for patrons with expired password to reset their password directly', 'YesNo'), |
| 262 |
('EnableItemGroupHolds','0','','Enable item groups holds feature','YesNo'), |
262 |
('EnableItemGroupHolds','0','','Enable item groups holds feature','YesNo'), |
| 263 |
('EnableItemGroups','0','','Enable the item groups feature','YesNo'), |
263 |
('EnableItemGroups','0','','Enable the item groups feature','YesNo'), |
| 264 |
- |
|
|