From 578da5f21f6a3f396dfb7cabbd301f114b034170 Mon Sep 17 00:00:00 2001 From: Fridolin Somers Date: Fri, 6 May 2022 09:20:07 -1000 Subject: [PATCH] Bug 30563: DBRev 21.12.00.049 Signed-off-by: Fridolin Somers --- Koha.pm | 2 +- .../add-syspref-RequireCashRegister.pl => db_revs/211200049.pl} | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) rename installer/data/mysql/{atomicupdate/add-syspref-RequireCashRegister.pl => db_revs/211200049.pl} (87%) diff --git a/Koha.pm b/Koha.pm index cb27c2a237..523f2ac409 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 = "21.12.00.048"; +$VERSION = "21.12.00.049"; sub version { return $VERSION; diff --git a/installer/data/mysql/atomicupdate/add-syspref-RequireCashRegister.pl b/installer/data/mysql/db_revs/211200049.pl similarity index 87% rename from installer/data/mysql/atomicupdate/add-syspref-RequireCashRegister.pl rename to installer/data/mysql/db_revs/211200049.pl index da878d4e82..bdb5793cb2 100755 --- a/installer/data/mysql/atomicupdate/add-syspref-RequireCashRegister.pl +++ b/installer/data/mysql/db_revs/211200049.pl @@ -11,7 +11,5 @@ return { INSERT IGNORE INTO systempreferences (`variable`, `value`, `options`, `explanation`, `type`) VALUES ('RequireCashRegister', '0', NULL, 'Require a cash register when collecting a payment', 'YesNo') }); - - say $out 'System preference RequireCashRegister added'; }, }; -- 2.20.1