From 66263bd9d895c480518b0dbe70399a900eb35533 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Wed, 22 May 2024 13:44:03 +0000 Subject: [PATCH] Bug 36819: DBRev 23.11.06.001 Signed-off-by: Katrin Fischer (cherry picked from commit 4da0f36f2faf9a1a5c8b54258a5abfc69ca57bb5) Signed-off-by: Fridolin Somers --- Koha.pm | 2 +- .../mysql/{atomicupdate/bug_36819.pl => db_revs/231106001.pl} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename installer/data/mysql/{atomicupdate/bug_36819.pl => db_revs/231106001.pl} (89%) diff --git a/Koha.pm b/Koha.pm index 427ad82d4d..c07efea7d8 100644 --- a/Koha.pm +++ b/Koha.pm @@ -29,7 +29,7 @@ use vars qw{ $VERSION }; # - #4 : the developer version. The 4th number is the database subversion. # used by developers when the database changes. updatedatabase take care of the changes itself # and is automatically called by Auth.pm when needed. -$VERSION = "23.11.06.000"; +$VERSION = "23.11.06.001"; sub version { return $VERSION; diff --git a/installer/data/mysql/atomicupdate/bug_36819.pl b/installer/data/mysql/db_revs/231106001.pl similarity index 89% rename from installer/data/mysql/atomicupdate/bug_36819.pl rename to installer/data/mysql/db_revs/231106001.pl index 00856dcee1..78ca416ab6 100755 --- a/installer/data/mysql/atomicupdate/bug_36819.pl +++ b/installer/data/mysql/db_revs/231106001.pl @@ -12,10 +12,10 @@ return { if ($affected) { say_warning( - $out, "Changed the barcode width in patron card creator default layout from 8% to 80%"; + $out, "Changed the barcode width in patron card creator default layout from 8% to 80%." ); } else { - say_info( $out, "No patron card creator layouts found with 8% width, no changes required" ); + say_info( $out, "No patron card creator layouts found with 8% width, no changes required." ); } }, }; -- 2.39.5