From 18f92f110b740fe7abd85fe7b0d58d337826cab9 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Mon, 6 May 2024 06:59:06 +0000 Subject: [PATCH] Bug 27753: DBRev 23.12.00.046 Signed-off-by: Katrin Fischer --- Koha.pm | 2 +- .../mysql/{atomicupdate/bug_27753.pl => db_revs/231200046.pl} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename installer/data/mysql/{atomicupdate/bug_27753.pl => db_revs/231200046.pl} (97%) diff --git a/Koha.pm b/Koha.pm index f5a3a2bdf7..6ab5d3713a 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.045"; +$VERSION = "23.12.00.046"; sub version { return $VERSION; diff --git a/installer/data/mysql/atomicupdate/bug_27753.pl b/installer/data/mysql/db_revs/231200046.pl similarity index 97% rename from installer/data/mysql/atomicupdate/bug_27753.pl rename to installer/data/mysql/db_revs/231200046.pl index ddfae2063c..9a0a4c515c 100755 --- a/installer/data/mysql/atomicupdate/bug_27753.pl +++ b/installer/data/mysql/db_revs/231200046.pl @@ -1,7 +1,7 @@ use Modern::Perl; return { - bug_number => "BUG_27753", + bug_number => "27753", description => "Automate resolution of return claim when checking in an item", up => sub { my ($args) = @_; -- 2.39.5