From 5b1d4b165bb8066a24d1f6f3004a6d95bfa7c3d4 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Fri, 20 Oct 2023 15:54:05 -0300 Subject: [PATCH] Bug 25393: DBRev 23.06.00.044 Signed-off-by: Tomas Cohen Arazi --- Koha.pm | 2 +- .../mysql/{atomicupdate/bug_25393.pl => db_revs/230600044.pl} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename installer/data/mysql/{atomicupdate/bug_25393.pl => db_revs/230600044.pl} (84%) diff --git a/Koha.pm b/Koha.pm index 7d29310c1c..9030d5c3c3 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.06.00.043"; +$VERSION = "23.06.00.044"; sub version { return $VERSION; diff --git a/installer/data/mysql/atomicupdate/bug_25393.pl b/installer/data/mysql/db_revs/230600044.pl similarity index 84% rename from installer/data/mysql/atomicupdate/bug_25393.pl rename to installer/data/mysql/db_revs/230600044.pl index d34c18f1d5..3eacf86a1f 100755 --- a/installer/data/mysql/atomicupdate/bug_25393.pl +++ b/installer/data/mysql/db_revs/230600044.pl @@ -32,9 +32,9 @@ return { ); } say $out - "Bug 25939: New circulation rule 'noautorenewalbefore' has been added. Defaulting value to 'norenewalbefore'."; + "New circulation rule 'noautorenewalbefore' has been added. Defaulting value to 'norenewalbefore'."; } else { - say $out "Bug 25939: Circulation rule 'noautorenewalbefore' found. Skipping update."; + say $out "Circulation rule 'noautorenewalbefore' found. Skipping update."; } }, -- 2.39.5