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

(-)a/installer/data/mysql/updatedatabase.pl (-2 / +1 lines)
Lines 9022-9028 if ( CheckVersion($DBversion) ) { Link Here
9022
    $dbh->do(q|
9022
    $dbh->do(q|
9023
        INSERT INTO systempreferences (variable,value,options,explanation,type) VALUES('RentalFeesCheckoutConfirmation', '0', NULL , 'Allow user to confirm when checking out an item with rental fees.', 'YesNo')
9023
        INSERT INTO systempreferences (variable,value,options,explanation,type) VALUES('RentalFeesCheckoutConfirmation', '0', NULL , 'Allow user to confirm when checking out an item with rental fees.', 'YesNo')
9024
    |);
9024
    |);
9025
    print "Upgrade to $DBversion done (Bug 11169 - Add RentalFeesCheckoutConfirmation syspref)\n";
9025
    print "Upgrade to $DBversion done (Bug 12448 - Add RentalFeesCheckoutConfirmation syspref)\n";
9026
    SetVersion($DBversion);
9026
    SetVersion($DBversion);
9027
}
9027
}
9028
9028
9029
- 

Return to bug 12448