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

(-)a/installer/data/mysql/mandatory/sysprefs.sql (-1 / +1 lines)
Lines 827-832 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
827
('ThingISBN','0',NULL,'Use with FRBRizeEditions. If ON, Koha will use the ThingISBN web service in the Editions tab on the detail pages.','YesNo'),
827
('ThingISBN','0',NULL,'Use with FRBRizeEditions. If ON, Koha will use the ThingISBN web service in the Editions tab on the detail pages.','YesNo'),
828
('TimeFormat','24hr','12hr|24hr','Defines the global time format for visual output.','Choice'),
828
('TimeFormat','24hr','12hr|24hr','Defines the global time format for visual output.','Choice'),
829
('timeout','1d',NULL,'Inactivity timeout for cookies authentication','Free'),
829
('timeout','1d',NULL,'Inactivity timeout for cookies authentication','Free'),
830
('TitleHoldFeeStrategy','highest','highest|lowest|most_common','Strategy for calculating fees on title-level holds when items have different fees: highest = charge maximum fee, lowest = charge minimum fee, most_common = charge most frequently occurring fee','Choice'),
830
('todaysIssuesDefaultSortOrder','desc','asc|desc','Specify the sort order of Todays Issues on the circulation page','Choice'),
831
('todaysIssuesDefaultSortOrder','desc','asc|desc','Specify the sort order of Todays Issues on the circulation page','Choice'),
831
('TraceCompleteSubfields','0',NULL,'Force subject tracings to only match complete subfields.','YesNo'),
832
('TraceCompleteSubfields','0',NULL,'Force subject tracings to only match complete subfields.','YesNo'),
832
('TraceSubjectSubdivisions','0',NULL,'Create searches on all subdivisions for subject tracings.','YesNo'),
833
('TraceSubjectSubdivisions','0',NULL,'Create searches on all subdivisions for subject tracings.','YesNo'),
833
- 

Return to bug 3492