View | Details | Raw Unified | Return to bug 20404
Collapse All | Expand All

(-)a/installer/data/mysql/sysprefs.sql (-2 / +1 lines)
Lines 163-169 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
163
('ExcludeHolidaysFromMaxPickUpDelay', '0', NULL, 'If ON, reserves max pickup delay takes into accountthe closed days.', 'YesNo'),
163
('ExcludeHolidaysFromMaxPickUpDelay', '0', NULL, 'If ON, reserves max pickup delay takes into accountthe closed days.', 'YesNo'),
164
('ExportCircHistory', 0, NULL, "Display the export circulation options",  'YesNo' ),
164
('ExportCircHistory', 0, NULL, "Display the export circulation options",  'YesNo' ),
165
('ExportRemoveFields','',NULL,'List of fields for non export in circulation.pl (separated by a space)','Free'),
165
('ExportRemoveFields','',NULL,'List of fields for non export in circulation.pl (separated by a space)','Free'),
166
('ExtendedPatronAttributes','0',NULL,'Use extended patron IDs and attributes','YesNo'),
166
('ExtendedPatronAttributes','1',NULL,'Use extended patron IDs and attributes','YesNo'),
167
('FacetLabelTruncationLength','20',NULL,'Specify the facet max length in OPAC','Integer'),
167
('FacetLabelTruncationLength','20',NULL,'Specify the facet max length in OPAC','Integer'),
168
('FacetMaxCount','20',NULL,'Specify the max facet count for each category','Integer'),
168
('FacetMaxCount','20',NULL,'Specify the max facet count for each category','Integer'),
169
('FailedLoginAttempts','','','Number of login attempts before lockout the patron account','Integer'),
169
('FailedLoginAttempts','','','Number of login attempts before lockout the patron account','Integer'),
170
- 

Return to bug 20404