Lines 233-238
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
233 |
('MaxFine',NULL,'','Maximum fine a patron can have for all late returns at one moment. Single item caps are specified in the circulation rules matrix.','Integer'), |
233 |
('MaxFine',NULL,'','Maximum fine a patron can have for all late returns at one moment. Single item caps are specified in the circulation rules matrix.','Integer'), |
234 |
('MaxItemsForBatch','1000',NULL,'Max number of items record to process in a batch (modification or deletion)','Integer'), |
234 |
('MaxItemsForBatch','1000',NULL,'Max number of items record to process in a batch (modification or deletion)','Integer'), |
235 |
('maxItemsInSearchResults','20',NULL,'Specify the maximum number of items to display for each result on a page of results','free'), |
235 |
('maxItemsInSearchResults','20',NULL,'Specify the maximum number of items to display for each result on a page of results','free'), |
|
|
236 |
('MaxOpenSuggestions','',NULL,'Limit the number of open suggestions a patron can have at once','Integer') |
236 |
('maxoutstanding','5','','maximum amount withstanding to be able make holds','Integer'), |
237 |
('maxoutstanding','5','','maximum amount withstanding to be able make holds','Integer'), |
237 |
('maxRecordsForFacets','20',NULL,NULL,'Integer'), |
238 |
('maxRecordsForFacets','20',NULL,NULL,'Integer'), |
238 |
('maxreserves','50','','Define maximum number of holds a patron can place','Integer'), |
239 |
('maxreserves','50','','Define maximum number of holds a patron can place','Integer'), |