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

(-)a/installer/data/mysql/sysprefs.sql (-2 / +1 lines)
Lines 310-316 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
310
('noissuescharge','5','','Define maximum amount withstanding before check outs are blocked','Integer'),
310
('noissuescharge','5','','Define maximum amount withstanding before check outs are blocked','Integer'),
311
('NoIssuesChargeGuarantees','','','Define maximum amount withstanding before check outs are blocked','Integer'),
311
('NoIssuesChargeGuarantees','','','Define maximum amount withstanding before check outs are blocked','Integer'),
312
('noItemTypeImages','0',NULL,'If ON, disables item-type images','YesNo'),
312
('noItemTypeImages','0',NULL,'If ON, disables item-type images','YesNo'),
313
('NoRenewalBefore','exact_time','date|exact_time','Calculate NoRenewalBefore based on date only or exact time of due date','Choice'),
313
('NoRenewalBeforePrecision','exact_time','date|exact_time','Calculate NoRenewalBefore based on date only or exact time of due date','Choice'),
314
('NotesBlacklist','',NULL,'List of notes fields that should not appear in the title notes/description separator of details','free'),
314
('NotesBlacklist','',NULL,'List of notes fields that should not appear in the title notes/description separator of details','free'),
315
('NotHighlightedWords','and|or|not',NULL,'List of words to NOT highlight when OpacHitHighlight is enabled','free'),
315
('NotHighlightedWords','and|or|not',NULL,'List of words to NOT highlight when OpacHitHighlight is enabled','free'),
316
('NoticeBcc','','','Email address to bcc outgoing notices sent by email','free'),
316
('NoticeBcc','','','Email address to bcc outgoing notices sent by email','free'),
317
- 

Return to bug 22044