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

(-)a/installer/data/mysql/mandatory/sysprefs.sql (-2 / +1 lines)
Lines 189-195 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
189
('EasyAnalyticalRecords','0','','If on, display in the catalogue screens tools to easily setup analytical record relationships','YesNo'),
189
('EasyAnalyticalRecords','0','','If on, display in the catalogue screens tools to easily setup analytical record relationships','YesNo'),
190
('EDIFACT','0',NULL,'Enables EDIFACT acquisitions functions','YesNo'),
190
('EDIFACT','0',NULL,'Enables EDIFACT acquisitions functions','YesNo'),
191
('EdifactInvoiceImport', 'automatic', 'automatic|manual', "If on, don't auto-import EDI invoices, just keep them in the database with the status 'new'", 'Choice'),
191
('EdifactInvoiceImport', 'automatic', 'automatic|manual', "If on, don't auto-import EDI invoices, just keep them in the database with the status 'new'", 'Choice'),
192
('EdifactLSQ', 'location', 'location|ccode', "Map EDI sequence code (GIR+LSQ) to Koha Item field', 'Choice'),
192
('EdifactLSQ', 'location', 'location|ccode', 'Map EDI sequence code (GIR+LSQ) to Koha Item field', 'Choice'),
193
('ElasticsearchIndexStatus_authorities', '0', 'Authorities index status', NULL, NULL),
193
('ElasticsearchIndexStatus_authorities', '0', 'Authorities index status', NULL, NULL),
194
('ElasticsearchIndexStatus_biblios', '0', 'Biblios index status', NULL, NULL),
194
('ElasticsearchIndexStatus_biblios', '0', 'Biblios index status', NULL, NULL),
195
('ElasticsearchMARCFormat', 'ISO2709', 'ISO2709|ARRAY', 'Elasticsearch MARC format. ISO2709 format is recommended as it is faster and takes less space, whereas array is searchable.', 'Choice'),
195
('ElasticsearchMARCFormat', 'ISO2709', 'ISO2709|ARRAY', 'Elasticsearch MARC format. ISO2709 format is recommended as it is faster and takes less space, whereas array is searchable.', 'Choice'),
196
- 

Return to bug 30135