From fd70e36e6f6b27f7df72ed0a6a80306bc477ec42 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Fri, 19 Apr 2024 17:48:28 +0000 Subject: [PATCH] Bug 33393: DBRev 23.12.00.025 Signed-off-by: Katrin Fischer --- Koha.pm | 2 +- .../bug_33393-add_1PageOrderPDFText.pl => db_revs/231200025.pl} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename installer/data/mysql/{atomicupdate/bug_33393-add_1PageOrderPDFText.pl => db_revs/231200025.pl} (57%) diff --git a/Koha.pm b/Koha.pm index cd013dac65..40f14bac17 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.024"; +$VERSION = "23.12.00.025"; sub version { return $VERSION; diff --git a/installer/data/mysql/atomicupdate/bug_33393-add_1PageOrderPDFText.pl b/installer/data/mysql/db_revs/231200025.pl similarity index 57% rename from installer/data/mysql/atomicupdate/bug_33393-add_1PageOrderPDFText.pl rename to installer/data/mysql/db_revs/231200025.pl index 7de23a3c2b..4b87f9dbfc 100755 --- a/installer/data/mysql/atomicupdate/bug_33393-add_1PageOrderPDFText.pl +++ b/installer/data/mysql/db_revs/231200025.pl @@ -8,7 +8,7 @@ return { my ( $dbh, $out ) = @$args{qw(dbh out)}; $dbh->do( - q{INSERT IGNORE INTO systempreferences (variable,value,options,explanation,type) VALUES ('1PageOrderPDFText', 'Order number must appear on all related correspondence, shipping papers and invoices. Notify us immediately if \n you are unable to supply item(s).', NULL, 'Text to be used above the order table in the 1-page order PDF file', 'textarea') } + q{INSERT IGNORE INTO systempreferences (variable,value,options,explanation,type) VALUES ('1PageOrderPDFText', '', NULL, 'Text to be used above the order table in the 1-page order PDF file', 'textarea') } ); say $out "Added system preference '1PageOrderPDFText'"; -- 2.39.5