Lines 181-186
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
181 |
('EnableOpacSearchHistory','1','YesNo','Enable or disable opac search history',''), |
181 |
('EnableOpacSearchHistory','1','YesNo','Enable or disable opac search history',''), |
182 |
('EnablePointOfSale','0',NULL,'Enable the point of sale feature to allow anonymous transactions with the accounting system. (Requires UseCashRegisters)','YesNo'), |
182 |
('EnablePointOfSale','0',NULL,'Enable the point of sale feature to allow anonymous transactions with the accounting system. (Requires UseCashRegisters)','YesNo'), |
183 |
('EnableSearchHistory','0','','Enable or disable search history','YesNo'), |
183 |
('EnableSearchHistory','0','','Enable or disable search history','YesNo'), |
|
|
184 |
('EnableVolumes','0','','Enable volumes feature','YesNo'), |
184 |
('EnhancedMessagingPreferences','1','','If ON, allows patrons to select to receive additional messages about items due or nearly due.','YesNo'), |
185 |
('EnhancedMessagingPreferences','1','','If ON, allows patrons to select to receive additional messages about items due or nearly due.','YesNo'), |
185 |
('EnhancedMessagingPreferencesOPAC', '1', NULL, 'If ON, show patrons messaging setting on the OPAC.', 'YesNo'), |
186 |
('EnhancedMessagingPreferencesOPAC', '1', NULL, 'If ON, show patrons messaging setting on the OPAC.', 'YesNo'), |
186 |
('expandedSearchOption','0',NULL,'If ON, set advanced search to be expanded by default','YesNo'), |
187 |
('expandedSearchOption','0',NULL,'If ON, set advanced search to be expanded by default','YesNo'), |
Lines 693-699
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
693 |
('UseICU','0','1','Tell Koha if ICU indexing is in use for Zebra or not.','YesNo'), |
694 |
('UseICU','0','1','Tell Koha if ICU indexing is in use for Zebra or not.','YesNo'), |
694 |
('UseTransportCostMatrix','0','','Use Transport Cost Matrix when filling holds','YesNo'), |
695 |
('UseTransportCostMatrix','0','','Use Transport Cost Matrix when filling holds','YesNo'), |
695 |
('UseWYSIWYGinSystemPreferences','0','','Show WYSIWYG editor when editing certain HTML system preferences.','YesNo'), |
696 |
('UseWYSIWYGinSystemPreferences','0','','Show WYSIWYG editor when editing certain HTML system preferences.','YesNo'), |
696 |
('EnableVolumes','0','','Enable volumes feature','YesNo'), |
|
|
697 |
('viewISBD','1','','Allow display of ISBD view of bibiographic records','YesNo'), |
697 |
('viewISBD','1','','Allow display of ISBD view of bibiographic records','YesNo'), |
698 |
('viewLabeledMARC','0','','Allow display of labeled MARC view of bibiographic records','YesNo'), |
698 |
('viewLabeledMARC','0','','Allow display of labeled MARC view of bibiographic records','YesNo'), |
699 |
('viewMARC','1','','Allow display of MARC view of bibiographic records','YesNo'), |
699 |
('viewMARC','1','','Allow display of MARC view of bibiographic records','YesNo'), |
700 |
- |
|
|