Lines 230-235
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
230 |
('EdifactInvoiceImport', 'automatic', 'automatic|manual', "If on, don't auto-import EDI invoices, just keep them in the database with the status 'new'", 'Choice'), |
230 |
('EdifactInvoiceImport', 'automatic', 'automatic|manual', "If on, don't auto-import EDI invoices, just keep them in the database with the status 'new'", 'Choice'), |
231 |
('EdifactLSQ', 'location', 'location|ccode', 'Map EDI sequence code (GIR+LSQ) to Koha Item field', 'Choice'), |
231 |
('EdifactLSQ', 'location', 'location|ccode', 'Map EDI sequence code (GIR+LSQ) to Koha Item field', 'Choice'), |
232 |
('ElasticsearchCrossFields', '1', '', 'Enable "cross_fields" option for searches using Elastic search.', 'YesNo'), |
232 |
('ElasticsearchCrossFields', '1', '', 'Enable "cross_fields" option for searches using Elastic search.', 'YesNo'), |
|
|
233 |
('ElasticsearchIncludeDocType', '0', '', 'When displaying ES records on the details page include the "type => _doc".', 'YesNo'), |
233 |
('ElasticsearchIndexStatus_authorities', '0', 'Authorities index status', NULL, NULL), |
234 |
('ElasticsearchIndexStatus_authorities', '0', 'Authorities index status', NULL, NULL), |
234 |
('ElasticsearchIndexStatus_biblios', '0', 'Biblios index status', NULL, NULL), |
235 |
('ElasticsearchIndexStatus_biblios', '0', 'Biblios index status', NULL, NULL), |
235 |
('ElasticsearchMARCFormat', 'ISO2709', 'ISO2709|ARRAY', 'Elasticsearch MARC format. ISO2709 format is recommended as it is faster and takes less space, whereas array is searchable.', 'Choice'), |
236 |
('ElasticsearchMARCFormat', 'ISO2709', 'ISO2709|ARRAY', 'Elasticsearch MARC format. ISO2709 format is recommended as it is faster and takes less space, whereas array is searchable.', 'Choice'), |