Lines 80-86
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
80 |
('AutoCreateAuthorities','0',NULL,'Automatically create authorities that do not exist when cataloging records.','YesNo'), |
80 |
('AutoCreateAuthorities','0',NULL,'Automatically create authorities that do not exist when cataloging records.','YesNo'), |
81 |
('AutoCreditNumber', '', '', 'Automatically generate a number for account credits', 'Choice'), |
81 |
('AutoCreditNumber', '', '', 'Automatically generate a number for account credits', 'Choice'), |
82 |
('AutoEmailNewUser','0',NULL,'Send an email to newly created patrons.','YesNo'), |
82 |
('AutoEmailNewUser','0',NULL,'Send an email to newly created patrons.','YesNo'), |
83 |
('AutoEmailPrimaryAddress','OFF','email|emailpro|B_email|cardnumber|OFF','Defines the default email address where \'Account Details\' emails are sent.','Choice'), |
|
|
84 |
('AutoShareWithMana','subscription','','defines datas automatically shared with mana','multiple'), |
83 |
('AutoShareWithMana','subscription','','defines datas automatically shared with mana','multiple'), |
85 |
('AutoLocation','0',NULL,'If ON, IP authentication is enabled, blocking access to the staff interface from unauthorized IP addresses','YesNo'), |
84 |
('AutoLocation','0',NULL,'If ON, IP authentication is enabled, blocking access to the staff interface from unauthorized IP addresses','YesNo'), |
86 |
('AutomaticItemReturn','1',NULL,'If ON, Koha will automatically set up a transfer of this item to its homebranch','YesNo'), |
85 |
('AutomaticItemReturn','1',NULL,'If ON, Koha will automatically set up a transfer of this item to its homebranch','YesNo'), |
Lines 210-215
INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `
Link Here
|
210 |
('ElasticsearchIndexStatus_biblios', '0', 'Biblios index status', NULL, NULL), |
209 |
('ElasticsearchIndexStatus_biblios', '0', 'Biblios index status', NULL, NULL), |
211 |
('ElasticsearchMARCFormat', 'ISO2709', 'ISO2709|ARRAY', 'Elasticsearch MARC format. ISO2709 format is recommended as it is faster and takes less space, whereas array is searchable.', 'Choice'), |
210 |
('ElasticsearchMARCFormat', 'ISO2709', 'ISO2709|ARRAY', 'Elasticsearch MARC format. ISO2709 format is recommended as it is faster and takes less space, whereas array is searchable.', 'Choice'), |
212 |
('ElasticsearchCrossFields', '1', '', 'Enable "cross_fields" option for searches using Elastic search.', 'YesNo'), |
211 |
('ElasticsearchCrossFields', '1', '', 'Enable "cross_fields" option for searches using Elastic search.', 'YesNo'), |
|
|
212 |
('EmailFieldPrimary','OFF','email|emailpro|B_email|cardnumber|OFF','Defines the default email address field where patron email notices are sent.','Choice'), |
213 |
('EmailAddressForPatronRegistrations', '', '', ' If you choose EmailAddressForPatronRegistrations you have to enter a valid email address: ', 'free'), |
213 |
('EmailAddressForPatronRegistrations', '', '', ' If you choose EmailAddressForPatronRegistrations you have to enter a valid email address: ', 'free'), |
214 |
('EmailAddressForSuggestions','','',' If you choose EmailAddressForSuggestions you have to enter a valid email address: ','free'), |
214 |
('EmailAddressForSuggestions','','',' If you choose EmailAddressForSuggestions you have to enter a valid email address: ','free'), |
215 |
('emailLibrarianWhenHoldIsPlaced','0',NULL,'If ON, emails the librarian whenever a hold is placed','YesNo'), |
215 |
('emailLibrarianWhenHoldIsPlaced','0',NULL,'If ON, emails the librarian whenever a hold is placed','YesNo'), |
216 |
- |
|
|