Bug 25184: (RM follow-up) Syntax error correction
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
This commit is contained in:
parent
0e0f09ba94
commit
575878f0fb
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue