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

(-)a/installer/data/mysql/mandatory/sysprefs.sql (-2 / +1 lines)
Lines 198-203 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
198
('EnableOpacSearchHistory','1','YesNo','Enable or disable opac search history',''),
198
('EnableOpacSearchHistory','1','YesNo','Enable or disable opac search history',''),
199
('EnablePointOfSale','0',NULL,'Enable the point of sale feature to allow anonymous transactions with the accounting system. (Requires UseCashRegisters)','YesNo'),
199
('EnablePointOfSale','0',NULL,'Enable the point of sale feature to allow anonymous transactions with the accounting system. (Requires UseCashRegisters)','YesNo'),
200
('EnableSearchHistory','0','','Enable or disable search history','YesNo'),
200
('EnableSearchHistory','0','','Enable or disable search history','YesNo'),
201
('EnableVolumes','0','','Enable volumes feature','YesNo'),
201
('EnhancedMessagingPreferences','1','','If ON, allows patrons to select to receive additional messages about items due or nearly due.','YesNo'),
202
('EnhancedMessagingPreferences','1','','If ON, allows patrons to select to receive additional messages about items due or nearly due.','YesNo'),
202
('EnhancedMessagingPreferencesOPAC', '1', NULL, 'If ON, show patrons messaging setting on the OPAC.', 'YesNo'),
203
('EnhancedMessagingPreferencesOPAC', '1', NULL, 'If ON, show patrons messaging setting on the OPAC.', 'YesNo'),
203
('expandedSearchOption','0',NULL,'If ON, set advanced search to be expanded by default','YesNo'),
204
('expandedSearchOption','0',NULL,'If ON, set advanced search to be expanded by default','YesNo'),
Lines 720-726 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
720
('UseICUStyleQuotes','0','1','Tell Koha whether to use ICU style quotes ({) or default (") when tracing subjects .','YesNo'),
721
('UseICUStyleQuotes','0','1','Tell Koha whether to use ICU style quotes ({) or default (") when tracing subjects .','YesNo'),
721
('UseTransportCostMatrix','0','','Use Transport Cost Matrix when filling holds','YesNo'),
722
('UseTransportCostMatrix','0','','Use Transport Cost Matrix when filling holds','YesNo'),
722
('UseWYSIWYGinSystemPreferences','0','','Show WYSIWYG editor when editing certain HTML system preferences.','YesNo'),
723
('UseWYSIWYGinSystemPreferences','0','','Show WYSIWYG editor when editing certain HTML system preferences.','YesNo'),
723
('EnableVolumes','0','','Enable volumes feature','YesNo'),
724
('viewISBD','1','','Allow display of ISBD view of bibiographic records','YesNo'),
724
('viewISBD','1','','Allow display of ISBD view of bibiographic records','YesNo'),
725
('viewLabeledMARC','0','','Allow display of labeled MARC view of bibiographic records','YesNo'),
725
('viewLabeledMARC','0','','Allow display of labeled MARC view of bibiographic records','YesNo'),
726
('viewMARC','1','','Allow display of MARC view of bibiographic records','YesNo'),
726
('viewMARC','1','','Allow display of MARC view of bibiographic records','YesNo'),
727
- 

Return to bug 24857