| 5 |
description => "Add system preference AlwaysLoadCheckoutsTable", |
5 |
description => "Add system preference AlwaysLoadCheckoutsTable", |
| 8 |
my ($dbh, $out) = @$args{qw(dbh out)}; |
8 |
my ( $dbh, $out ) = @$args{qw(dbh out)}; |
| 11 |
INSERT IGNORE INTO systempreferences (`variable`,`value`,`options`,`explanation`,`type`) |
13 |
INSERT IGNORE INTO systempreferences (`variable`,`value`,`options`,`explanation`,`type`) |
| 12 |
VALUES ('AlwaysLoadCheckoutsTable','0','','Option to always load the checkout table','YesNo') |
14 |
VALUES ('AlwaysLoadCheckoutsTable','0','','Option to always load the checkout table','YesNo') |