From eb2e01c1730ac99b8be64694c53c06004d544b90 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Thu, 23 May 2024 15:40:47 +0000 Subject: [PATCH] Bug 26176: DBRev 23.12.00.061 Signed-off-by: Katrin Fischer --- Koha.pm | 2 +- .../mysql/{atomicupdate/bug_26176.pl => db_revs/231200061.pl} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename installer/data/mysql/{atomicupdate/bug_26176.pl => db_revs/231200061.pl} (97%) diff --git a/Koha.pm b/Koha.pm index bb6d4e1641..9d11f826a0 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.060"; +$VERSION = "23.12.00.061"; sub version { return $VERSION; diff --git a/installer/data/mysql/atomicupdate/bug_26176.pl b/installer/data/mysql/db_revs/231200061.pl similarity index 97% rename from installer/data/mysql/atomicupdate/bug_26176.pl rename to installer/data/mysql/db_revs/231200061.pl index 305e07e200..562d6bc086 100755 --- a/installer/data/mysql/atomicupdate/bug_26176.pl +++ b/installer/data/mysql/db_revs/231200061.pl @@ -3,7 +3,7 @@ use Koha::Installer::Output qw(say_warning say_failure say_success say_info); return { bug_number => "26176", - description => "Rename AutoLocation and StaffLoginBranchBasedOnIP", + description => "Rename AutoLocation and StaffLoginBranchBasedOnIP system preferences", up => sub { my ($args) = @_; my ( $dbh, $out ) = @$args{qw(dbh out)}; -- 2.39.5