From 7edc3652f053af0d61f0ba2c01369b65af111b6d Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Tue, 30 Apr 2024 13:32:56 +0000 Subject: [PATCH] Bug 36002: DBRev 23.12.00.039 Signed-off-by: Katrin Fischer --- Koha.pm | 2 +- .../mysql/{atomicupdate/bug_36002.pl => db_revs/231200039.pl} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename installer/data/mysql/{atomicupdate/bug_36002.pl => db_revs/231200039.pl} (97%) diff --git a/Koha.pm b/Koha.pm index 7f774ad475..8f8c50c7b0 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.038"; +$VERSION = "23.12.00.039"; sub version { return $VERSION; diff --git a/installer/data/mysql/atomicupdate/bug_36002.pl b/installer/data/mysql/db_revs/231200039.pl similarity index 97% rename from installer/data/mysql/atomicupdate/bug_36002.pl rename to installer/data/mysql/db_revs/231200039.pl index aa4bef2951..22e6a86684 100755 --- a/installer/data/mysql/atomicupdate/bug_36002.pl +++ b/installer/data/mysql/db_revs/231200039.pl @@ -13,7 +13,7 @@ return { SELECT count(*) FROM aqorders WHERE purchaseordernumber IS NOT NULL| ); - if( $cnt ) { + if ($cnt) { say $out "We found $cnt order lines where field purchaseordernumber was filled!"; $dbh->do( q| -- 2.39.5