From 4da0f36f2faf9a1a5c8b54258a5abfc69ca57bb5 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.12.00.059 Signed-off-by: Katrin Fischer --- Koha.pm | 2 +- .../mysql/{atomicupdate/bug_36819.pl => db_revs/231200059.pl} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename installer/data/mysql/{atomicupdate/bug_36819.pl => db_revs/231200059.pl} (89%) diff --git a/Koha.pm b/Koha.pm index d700f68059..ecd09716b6 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.12.00.058"; +$VERSION = "23.12.00.059"; sub version { return $VERSION; diff --git a/installer/data/mysql/atomicupdate/bug_36819.pl b/installer/data/mysql/db_revs/231200059.pl similarity index 89% rename from installer/data/mysql/atomicupdate/bug_36819.pl rename to installer/data/mysql/db_revs/231200059.pl index 00856dcee1..78ca416ab6 100755 --- a/installer/data/mysql/atomicupdate/bug_36819.pl +++ b/installer/data/mysql/db_revs/231200059.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