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

(-)a/installer/data/mysql/mandatory/sysprefs.sql (+1 lines)
Lines 92-97 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
92
('AutoCreateAuthorities','0',NULL,'Automatically create authorities that do not exist when cataloging records.','YesNo'),
92
('AutoCreateAuthorities','0',NULL,'Automatically create authorities that do not exist when cataloging records.','YesNo'),
93
('AutoCreditNumber', '', '', 'Automatically generate a number for account credits', 'Choice'),
93
('AutoCreditNumber', '', '', 'Automatically generate a number for account credits', 'Choice'),
94
('AutoEmailNewUser','0',NULL,'Send an email to newly created patrons.','YesNo'),
94
('AutoEmailNewUser','0',NULL,'Send an email to newly created patrons.','YesNo'),
95
('AutoILLBackendPriority','',NULL,'Set the automatic backend selection priority','ILLBackends'),
95
('AutoLinkBiblios','0',NULL,'If enabled, link biblio to authorities on creation and edit','YesNo'),
96
('AutoLinkBiblios','0',NULL,'If enabled, link biblio to authorities on creation and edit','YesNo'),
96
('AutomaticCheckinAutoFill','0',NULL,'Automatically fill the next hold with an automatic check in.','YesNo'),
97
('AutomaticCheckinAutoFill','0',NULL,'Automatically fill the next hold with an automatic check in.','YesNo'),
97
('AutomaticConfirmTransfer','0',NULL,'Defines whether transfers should be automatically confirmed at checkin if modal dismissed','YesNo'),
98
('AutomaticConfirmTransfer','0',NULL,'Defines whether transfers should be automatically confirmed at checkin if modal dismissed','YesNo'),
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/interlibrary_loans.pref (-1 / +5 lines)
Lines 78-80 Interlibrary loans: Link Here
78
              type: textarea
78
              type: textarea
79
              syntax: text/x-yaml
79
              syntax: text/x-yaml
80
              class: code
80
              class: code
81
- 
81
        -
82
            - "Select which backends will be queried for availability and in what order of priority. The first available backend will be suggested to place the request with.<br>"
83
            - "If no backend is selected, automatic backend selection will not take place."
84
            - pref: AutoILLBackendPriority
85
              type: ill-backends

Return to bug 35604