From 1ea4a11c2a88f7b23b482e071db48ae235beb42b Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Fri, 22 Mar 2024 09:29:10 +0000 Subject: [PATCH] Bug 35783: DBRev 23.12.00.011 Signed-off-by: Katrin Fischer --- Koha.pm | 2 +- .../{atomicupdate/bug_35783.pl => db_revs/231200011.pl} | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) rename installer/data/mysql/{atomicupdate/bug_35783.pl => db_revs/231200011.pl} (80%) diff --git a/Koha.pm b/Koha.pm index f086aff2b2..58dc22ea43 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.010"; +$VERSION = "23.12.00.011"; sub version { return $VERSION; diff --git a/installer/data/mysql/atomicupdate/bug_35783.pl b/installer/data/mysql/db_revs/231200011.pl similarity index 80% rename from installer/data/mysql/atomicupdate/bug_35783.pl rename to installer/data/mysql/db_revs/231200011.pl index 0fd7d9be5e..d280e2bc26 100755 --- a/installer/data/mysql/atomicupdate/bug_35783.pl +++ b/installer/data/mysql/db_revs/231200011.pl @@ -17,9 +17,9 @@ return { ); if ($count) { - say $out "WARNING - Biblio.RecallsCount is used in at least one notice template"; - say $out "It is deprecated and will be remove in a future version of Koha."; - say $out "Replace it with biblio.recalls.search( completed => 0 ).count instead"; + say $out "WARNING - Biblio.RecallsCount is used in at least one notice template."; + say $out "It is deprecated and will be removed in a future version of Koha."; + say $out "Replace it with biblio.recalls.search( completed => 0 ).count"; } }, }; -- 2.20.1