From 5ddd89cbb29fec150e65a99ef99e84269a84b781 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Tue, 7 May 2024 12:58:55 +0000 Subject: [PATCH] Bug 35169: DBRev 23.12.00.047 Signed-off-by: Katrin Fischer --- Koha.pm | 2 +- .../mysql/{atomicupdate/bug_35169.pl => db_revs/231200047.pl} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename installer/data/mysql/{atomicupdate/bug_35169.pl => db_revs/231200047.pl} (79%) diff --git a/Koha.pm b/Koha.pm index 6ab5d3713a..d3b8cc4c21 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.046"; +$VERSION = "23.12.00.047"; sub version { return $VERSION; diff --git a/installer/data/mysql/atomicupdate/bug_35169.pl b/installer/data/mysql/db_revs/231200047.pl similarity index 79% rename from installer/data/mysql/atomicupdate/bug_35169.pl rename to installer/data/mysql/db_revs/231200047.pl index a3a43dd556..6793dc43e1 100755 --- a/installer/data/mysql/atomicupdate/bug_35169.pl +++ b/installer/data/mysql/db_revs/231200047.pl @@ -11,8 +11,8 @@ return { $dbh->do( q{ INSERT IGNORE INTO systempreferences (variable, value, options, explanation, type) VALUES - ('DefaultLongOverduePatronCategories', '', NULL, 'Set the borrower categories that will be listed when longoverdue cronjob is executed', 'choice'), - ('DefaultLongOverdueSkipPatronCategories', '', NULL, 'Set the borrower categories that will not be listed when longoverdue cronjob is executed', 'choice'); + ('DefaultLongOverduePatronCategories', '', NULL, 'Set the patron categories that will be listed when longoverdue cronjob is executed', 'choice'), + ('DefaultLongOverdueSkipPatronCategories', '', NULL, 'Set the patron categories that will not be listed when longoverdue cronjob is executed', 'choice'); } ); -- 2.20.1