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

(-)a/installer/data/mysql/mandatory/sysprefs.sql (-2 / +1 lines)
Lines 877-888 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
877
('useDaysMode','Calendar','Calendar|Days|Datedue|Dayweek','Choose the method for calculating due date: select Calendar, Datedue or Dayweek to use the holidays module, and Days to ignore the holidays module','Choice'),
877
('useDaysMode','Calendar','Calendar|Days|Datedue|Dayweek','Choose the method for calculating due date: select Calendar, Datedue or Dayweek to use the holidays module, and Days to ignore the holidays module','Choice'),
878
('useDefaultReplacementCost', '0', NULL, 'default replacement cost defined in item type', 'YesNo'),
878
('useDefaultReplacementCost', '0', NULL, 'default replacement cost defined in item type', 'YesNo'),
879
('useDischarge','0',NULL,'Allows librarians to discharge borrowers and borrowers to request a discharge','YesNo'),
879
('useDischarge','0',NULL,'Allows librarians to discharge borrowers and borrowers to request a discharge','YesNo'),
880
('UseHoldsQueueFilterOptions','1',NULL,'If enabled, the holds queue will present the user with filter options before running','YesNo'),
880
('UseICUStyleQuotes','0',NULL,'Tell Koha whether to use ICU style quotes ({) or default (") when tracing subjects .','YesNo'),
881
('UseICUStyleQuotes','0',NULL,'Tell Koha whether to use ICU style quotes ({) or default (") when tracing subjects .','YesNo'),
881
('UseLocationAsAQInSIP', '0', NULL, 'Use permanent_location instead of homebranch for AQ in SIP response', 'YesNo'),
882
('UseLocationAsAQInSIP', '0', NULL, 'Use permanent_location instead of homebranch for AQ in SIP response', 'YesNo'),
882
('UseLibraryFloatLimits', '0', '', 'Enables library float limits', 'YesNo'),
883
('UseLibraryFloatLimits', '0', '', 'Enables library float limits', 'YesNo'),
883
('UseOCLCEncodingLevels','0',NULL,'If enabled, include OCLC encoding levels in leader value builder dropdown for position 17.','YesNo'),
884
('UseOCLCEncodingLevels','0',NULL,'If enabled, include OCLC encoding levels in leader value builder dropdown for position 17.','YesNo'),
884
('UseRecalls','0',NULL,'Enable or disable recalls','YesNo'),
885
('UseRecalls','0',NULL,'Enable or disable recalls','YesNo'),
885
('UseHoldsQueueFilterOptions','1',NULL,'If enabled, the holds queue will present the user with filter options before running','YesNo'),
886
('UseTransportCostMatrix','0',NULL,'Use Transport Cost Matrix when filling holds','YesNo'),
886
('UseTransportCostMatrix','0',NULL,'Use Transport Cost Matrix when filling holds','YesNo'),
887
('UseWYSIWYGinSystemPreferences','0',NULL,'Show WYSIWYG editor when editing certain HTML system preferences.','YesNo'),
887
('UseWYSIWYGinSystemPreferences','0',NULL,'Show WYSIWYG editor when editing certain HTML system preferences.','YesNo'),
888
('viewISBD','1',NULL,'Allow display of ISBD view of bibiographic records','YesNo'),
888
('viewISBD','1',NULL,'Allow display of ISBD view of bibiographic records','YesNo'),
889
- 

Return to bug 41788