From f32986219abe59305097ea3f035ce783641ac0aa Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Thu, 27 Feb 2025 14:58:13 +0000 Subject: [PATCH] Bug 28530: Fix remaining QA script failures --- admin/float_limits.pl | 0 installer/data/mysql/atomicupdate/bug_28530.pl | 0 installer/data/mysql/mandatory/sysprefs.sql | 4 ++-- t/db_dependent/Koha/Library/FloatLimits.t | 0 4 files changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 admin/float_limits.pl mode change 100644 => 100755 installer/data/mysql/atomicupdate/bug_28530.pl mode change 100644 => 100755 t/db_dependent/Koha/Library/FloatLimits.t diff --git a/admin/float_limits.pl b/admin/float_limits.pl old mode 100644 new mode 100755 diff --git a/installer/data/mysql/atomicupdate/bug_28530.pl b/installer/data/mysql/atomicupdate/bug_28530.pl old mode 100644 new mode 100755 diff --git a/installer/data/mysql/mandatory/sysprefs.sql b/installer/data/mysql/mandatory/sysprefs.sql index 2d5b4ca14ce..8dfc48b1cd9 100644 --- a/installer/data/mysql/mandatory/sysprefs.sql +++ b/installer/data/mysql/mandatory/sysprefs.sql @@ -874,5 +874,5 @@ INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` ('XSLTResultsDisplay','default','','Enable XSL stylesheet control over results page display on intranet','Free'), ('z3950AuthorAuthFields','701,702,700',NULL,'Define the MARC biblio fields for Personal Name Authorities to fill biblio.author','free'), ('z3950NormalizeAuthor','0','','If ON, Personal Name Authorities will replace authors in biblio.author','YesNo'), -('z3950Status','','','This syspref allows to define custom YAML based rules for marking items unavailable in z3950 results.','Textarea') -; \ No newline at end of file +('z3950Status','','','This syspref allows to define custom YAML based rules for marking items unavailable in z3950 results.','Textarea'), +; diff --git a/t/db_dependent/Koha/Library/FloatLimits.t b/t/db_dependent/Koha/Library/FloatLimits.t old mode 100644 new mode 100755 -- 2.39.5