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

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

Return to bug 24857