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

(-)a/installer/data/mysql/mandatory/sysprefs.sql (-2 / +1 lines)
Lines 186-191 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
186
('EnableOpacSearchHistory','1','YesNo','Enable or disable opac search history',''),
186
('EnableOpacSearchHistory','1','YesNo','Enable or disable opac search history',''),
187
('EnablePointOfSale','0',NULL,'Enable the point of sale feature to allow anonymous transactions with the accounting system. (Requires UseCashRegisters)','YesNo'),
187
('EnablePointOfSale','0',NULL,'Enable the point of sale feature to allow anonymous transactions with the accounting system. (Requires UseCashRegisters)','YesNo'),
188
('EnableSearchHistory','0','','Enable or disable search history','YesNo'),
188
('EnableSearchHistory','0','','Enable or disable search history','YesNo'),
189
('EnableVolumes','0','','Enable volumes feature','YesNo'),
189
('EnhancedMessagingPreferences','1','','If ON, allows patrons to select to receive additional messages about items due or nearly due.','YesNo'),
190
('EnhancedMessagingPreferences','1','','If ON, allows patrons to select to receive additional messages about items due or nearly due.','YesNo'),
190
('EnhancedMessagingPreferencesOPAC', '1', NULL, 'If ON, show patrons messaging setting on the OPAC.', 'YesNo'),
191
('EnhancedMessagingPreferencesOPAC', '1', NULL, 'If ON, show patrons messaging setting on the OPAC.', 'YesNo'),
191
('expandedSearchOption','0',NULL,'If ON, set advanced search to be expanded by default','YesNo'),
192
('expandedSearchOption','0',NULL,'If ON, set advanced search to be expanded by default','YesNo'),
Lines 704-710 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
704
('UseICU','0','1','Tell Koha if ICU indexing is in use for Zebra or not.','YesNo'),
705
('UseICU','0','1','Tell Koha if ICU indexing is in use for Zebra or not.','YesNo'),
705
('UseTransportCostMatrix','0','','Use Transport Cost Matrix when filling holds','YesNo'),
706
('UseTransportCostMatrix','0','','Use Transport Cost Matrix when filling holds','YesNo'),
706
('UseWYSIWYGinSystemPreferences','0','','Show WYSIWYG editor when editing certain HTML system preferences.','YesNo'),
707
('UseWYSIWYGinSystemPreferences','0','','Show WYSIWYG editor when editing certain HTML system preferences.','YesNo'),
707
('EnableVolumes','0','','Enable volumes feature','YesNo'),
708
('viewISBD','1','','Allow display of ISBD view of bibiographic records','YesNo'),
708
('viewISBD','1','','Allow display of ISBD view of bibiographic records','YesNo'),
709
('viewLabeledMARC','0','','Allow display of labeled MARC view of bibiographic records','YesNo'),
709
('viewLabeledMARC','0','','Allow display of labeled MARC view of bibiographic records','YesNo'),
710
('viewMARC','1','','Allow display of MARC view of bibiographic records','YesNo'),
710
('viewMARC','1','','Allow display of MARC view of bibiographic records','YesNo'),
711
- 

Return to bug 24857