From 7346d003e27d06928c8e1b61e27f037ccdb76141 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Fri, 25 Oct 2024 11:54:18 -0300 Subject: [PATCH] Bug 14180: (QA follow-up) Re-arrange sysprefs to fix QA warnings Not strictly related to this patchset, but showed up here. Signed-off-by: Tomas Cohen Arazi Signed-off-by: Katrin Fischer --- installer/data/mysql/mandatory/sysprefs.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/data/mysql/mandatory/sysprefs.sql b/installer/data/mysql/mandatory/sysprefs.sql index 6bb9f56893..2390e6ed5a 100644 --- a/installer/data/mysql/mandatory/sysprefs.sql +++ b/installer/data/mysql/mandatory/sysprefs.sql @@ -365,7 +365,6 @@ INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` ('KohaManualBaseURL','https://koha-community.org/manual/','','Where is the Koha manual/documentation located?','Free'), ('KohaManualLanguage','en','en|ar|cs|de|es|fr|it|pt_BR|tr|zh_TW','What is the language of the online manual you want to use?','Choice'), ('LabelMARCView','standard','standard|economical','Define how a MARC record will display','Choice'), -('StaffInterfaceLanguages','en',NULL,'Set the default language in the staff interface.','Languages'), ('LibraryName','','','Define the library name as displayed on the OPAC',''), ('LibraryThingForLibrariesEnabled','0','','Enable or Disable Library Thing for Libraries Features','YesNo'), ('LibraryThingForLibrariesID','','','See:http://librarything.com/forlibraries/','free'), @@ -660,9 +659,9 @@ INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` ('RenewalSendNotice','0','',NULL,'YesNo'), ('RenewSerialAddsSuggestion','0',NULL,'If ON, adds a new suggestion at serial subscription renewal','YesNo'), ('RentalFeesCheckoutConfirmation', '0', NULL , 'Allow user to confirm when checking out an item with rental fees.', 'YesNo'), +('ReplytoDefault','',NULL,'Use this email address as the replyto in emails','Free'), ('ReportsExportFormatODS',1,NULL,'Show ODS download in Reports','YesNo'), ('ReportsExportLimit',NULL,NULL,'Limit for report downloads','Integer'), -('ReplytoDefault','',NULL,'Use this email address as the replyto in emails','Free'), ('ReportsLog','0',NULL,'If ON, log information about reports.','YesNo'), ('RequireCashRegister','0',NULL,'Require a cash register when collecting a payment','YesNo'), ('RequireChoosingExistingAuthority','0',NULL,'Require existing authority selection in controlled fields during cataloging.','YesNo'), @@ -748,6 +747,7 @@ INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` ('SpineLabelShowPrintOnBibDetails','0','','If turned on, a \"Print label\" link will appear for each item on the bib details page in the staff interface.','YesNo'), ('staffClientBaseURL','',NULL,'Specify the base URL of the staff interface starting with http:// or https://. Do not include a trailing slash in the URL. (This must be filled in correctly for CAS, svc, and load_testing to work.)','free'), ('StaffHighlightedWords','1','','Highlight search terms on staff interface','YesNo'), +('StaffInterfaceLanguages','en',NULL,'Set the default language in the staff interface.','Languages'), ('StaffLangSelectorMode','footer','top|both|footer','Select the location to display the language selector in staff interface','Choice'), ('StaffLoginInstructions', '', NULL, 'HTML to go into the login box for the staff interface','Free'), ('StaffLoginLibraryBasedOnIP', '1','', 'Set the logged in library for the user based on their current IP','YesNo'), -- 2.39.5