From 0578902e9151f66763b05da58db6387c753fdb93 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Thu, 28 May 2020 22:48:12 +0000 Subject: [PATCH] Bug 25184: Rmaint follow-up: fix updatedatabase typo Signed-off-by: Lucas Gass --- installer/data/mysql/updatedatabase.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index 7336ca2e4c..5c19b26e05 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -19055,7 +19055,7 @@ $DBversion = '19.05.10.003'; if( CheckVersion( $DBversion ) ) { $dbh->do(q{ INSERT IGNORE INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `type` ) VALUES - ('TrapHoldsOnOrder','1',NULL,'If enabled, Koha will trap holds for on order items ( notforloan < 0 )','YesNo't c) + ('TrapHoldsOnOrder','1',NULL,'If enabled, Koha will trap holds for on order items ( notforloan < 0 )','YesNo') }); SetVersion( $DBversion ); print "Upgrade to $DBversion done (Bug 25184: Items with a negative notforloan status should not be captured for holds)\n"; -- 2.39.5