Bug 25184: (RM follow-up) Syntax error correction

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
This commit is contained in:
Martin Renvoize 2020-05-11 11:10:41 +01:00
parent 0e0f09ba94
commit 575878f0fb
Signed by: martin.renvoize
GPG key ID: 422B469130441A0F

View file

@ -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");