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

(-)a/installer/data/mysql/sysprefs.sql (-2 / +1 lines)
Lines 443-449 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
443
('printcirculationslips','1','','If ON, enable printing circulation receipts','YesNo'),
443
('printcirculationslips','1','','If ON, enable printing circulation receipts','YesNo'),
444
('PrintNoticesMaxLines','0','','If greater than 0, sets the maximum number of lines an overdue notice will print. If the number of items is greater than this number, the notice will end with a warning asking the borrower to check their online account for a full list of overdue items.','Integer'),
444
('PrintNoticesMaxLines','0','','If greater than 0, sets the maximum number of lines an overdue notice will print. If the number of items is greater than this number, the notice will end with a warning asking the borrower to check their online account for a full list of overdue items.','Integer'),
445
('ProcessingFeeNote', '', NULL, 'Set the text to be recorded in the column note, table accountlines when the processing fee (defined in item type) is applied', 'textarea'),
445
('ProcessingFeeNote', '', NULL, 'Set the text to be recorded in the column note, table accountlines when the processing fee (defined in item type) is applied', 'textarea'),
446
('ProtectSuperlibrarianPrivileges','0',NULL,'If enabled, non-superlibrarians cannot set superlibrarian privileges','YesNo'),
446
('ProtectSuperlibrarianPrivileges','1',NULL,'If enabled, non-superlibrarians cannot set superlibrarian privileges','YesNo'),
447
('PurgeSuggestionsOlderThan', '', NULL, 'If this script is called without the days parameter', 'Integer'),
447
('PurgeSuggestionsOlderThan', '', NULL, 'If this script is called without the days parameter', 'Integer'),
448
('QueryAutoTruncate','1',NULL,'If ON, query truncation is enabled by default','YesNo'),
448
('QueryAutoTruncate','1',NULL,'If ON, query truncation is enabled by default','YesNo'),
449
('QueryFuzzy','1',NULL,'If ON, enables fuzzy option for searches','YesNo'),
449
('QueryFuzzy','1',NULL,'If ON, enables fuzzy option for searches','YesNo'),
450
- 

Return to bug 20100