Bug 22044: Fix sysprefs.sql description to use circ column description
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
This commit is contained in:
parent
a3a3bf2dda
commit
f6e143c73c
1 changed files with 1 additions and 1 deletions
|
@ -312,7 +312,7 @@ INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
|
|||
('noissuescharge','5','','Define maximum amount withstanding before check outs are blocked','Integer'),
|
||||
('NoIssuesChargeGuarantees','','','Define maximum amount withstanding before check outs are blocked','Integer'),
|
||||
('noItemTypeImages','0',NULL,'If ON, disables item-type images','YesNo'),
|
||||
('NoRenewalBeforePrecision','exact_time','date|exact_time','Calculate NoRenewalBefore based on date only or exact time of due date','Choice'),
|
||||
('NoRenewalBeforePrecision','exact_time','date|exact_time','Calculate "No renewal before" based on date only or exact time of due date','Choice'),
|
||||
('NotesBlacklist','',NULL,'List of notes fields that should not appear in the title notes/description separator of details','free'),
|
||||
('NotHighlightedWords','and|or|not',NULL,'List of words to NOT highlight when OpacHitHighlight is enabled','free'),
|
||||
('NoticeBcc','','','Email address to bcc outgoing notices sent by email','free'),
|
||||
|
|
Loading…
Reference in a new issue