From 575878f0fbfbd4f222cd8a9d5f9b4704ca1ad19d Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Mon, 11 May 2020 11:10:41 +0100 Subject: [PATCH] Bug 25184: (RM follow-up) Syntax error correction Signed-off-by: Martin Renvoize --- 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 0e75d2e75a..d751465be5 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -22051,7 +22051,7 @@ $DBversion = '19.12.00.087'; if( CheckVersion( $DBversion ) ) { $dbh->do(q{ INSERT 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') }); NewVersion( $DBversion, 25184, "Items with a negative notforloan status should not be captured for holds"); -- 2.20.1