From 6fc1ddd1442ee4ef32a7d9b4487fa32a7ac2a205 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Tue, 18 Oct 2022 09:38:05 -0300 Subject: [PATCH] Bug 25426: DBRev 22.06.00.065 Signed-off-by: Tomas Cohen Arazi --- Koha.pm | 2 +- .../mysql/{atomicupdate/bug_25426.pl => db_revs/220600065.pl} | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) rename installer/data/mysql/{atomicupdate/bug_25426.pl => db_revs/220600065.pl} (87%) diff --git a/Koha.pm b/Koha.pm index 4f89bf0a60..3b9ae765aa 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 = "22.06.00.064"; +$VERSION = "22.06.00.065"; sub version { return $VERSION; diff --git a/installer/data/mysql/atomicupdate/bug_25426.pl b/installer/data/mysql/db_revs/220600065.pl similarity index 87% rename from installer/data/mysql/atomicupdate/bug_25426.pl rename to installer/data/mysql/db_revs/220600065.pl index 38bf370a03..ff3e1c7705 100755 --- a/installer/data/mysql/atomicupdate/bug_25426.pl +++ b/installer/data/mysql/db_revs/220600065.pl @@ -13,5 +13,7 @@ return { 'Specify the agency that controls the return policy','Choice' ) }); + + say $out "Added new system preference 'CircControlReturnsBranch'"; }, }; -- 2.39.5