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