From cb2f1229109cd762fb100b96440ade045bc1342c Mon Sep 17 00:00:00 2001 From: Pedro Amorim Date: Tue, 19 Dec 2023 10:26:09 +0000 Subject: [PATCH] Bug 35604: New AutoILLBackendPriority sys prefs Sponsored-by: NHS England Sponsored-by: PTFS Europe Ltd Signed-off-by: David Nind Signed-off-by: Martin Renvoize --- installer/data/mysql/mandatory/sysprefs.sql | 1 + .../en/modules/admin/preferences/interlibrary_loans.pref | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/installer/data/mysql/mandatory/sysprefs.sql b/installer/data/mysql/mandatory/sysprefs.sql index ede2d4d2755..c255244ea39 100644 --- a/installer/data/mysql/mandatory/sysprefs.sql +++ b/installer/data/mysql/mandatory/sysprefs.sql @@ -92,6 +92,7 @@ INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` ('AutoCreateAuthorities','0',NULL,'Automatically create authorities that do not exist when cataloging records.','YesNo'), ('AutoCreditNumber', '', '', 'Automatically generate a number for account credits', 'Choice'), ('AutoEmailNewUser','0',NULL,'Send an email to newly created patrons.','YesNo'), +('AutoILLBackendPriority','',NULL,'Set the automatic backend selection priority','ILLBackends'), ('AutoLinkBiblios','0',NULL,'If enabled, link biblio to authorities on creation and edit','YesNo'), ('AutomaticCheckinAutoFill','0',NULL,'Automatically fill the next hold with an automatic check in.','YesNo'), ('AutomaticConfirmTransfer','0',NULL,'Defines whether transfers should be automatically confirmed at checkin if modal dismissed','YesNo'), diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/interlibrary_loans.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/interlibrary_loans.pref index 44d8a9e83a3..9a68d4333e3 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/interlibrary_loans.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/interlibrary_loans.pref @@ -78,3 +78,8 @@ Interlibrary loans: type: textarea syntax: text/x-yaml class: code + - + - "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.
" + - "If no backend is selected, automatic backend selection will not take place." + - pref: AutoILLBackendPriority + type: ill-backends -- 2.39.5