View | Details | Raw Unified | Return to bug 25184
Collapse All | Expand All

(-)a/installer/data/mysql/updatedatabase.pl (-2 / +1 lines)
Lines 22051-22057 $DBversion = '19.12.00.087'; Link Here
22051
if( CheckVersion( $DBversion ) ) {
22051
if( CheckVersion( $DBversion ) ) {
22052
    $dbh->do(q{
22052
    $dbh->do(q{
22053
        INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `type` ) VALUES
22053
        INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `type` ) VALUES
22054
        ('TrapHoldsOnOrder','1',NULL,'If enabled, Koha will trap holds for on order items ( notforloan < 0 )','YesNo't c)
22054
        ('TrapHoldsOnOrder','1',NULL,'If enabled, Koha will trap holds for on order items ( notforloan < 0 )','YesNo')
22055
    });
22055
    });
22056
22056
22057
    NewVersion( $DBversion, 25184, "Items with a negative notforloan status should not be captured for holds");
22057
    NewVersion( $DBversion, 25184, "Items with a negative notforloan status should not be captured for holds");
22058
- 

Return to bug 25184