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

(-)a/installer/data/mysql/updatedatabase.pl (-1 / +7 lines)
Lines 4446-4451 if (C4::Context->preference("Version") < TransformToNum($DBversion)) { Link Here
4446
    SetVersion($DBversion);
4446
    SetVersion($DBversion);
4447
}
4447
}
4448
4448
4449
$DBversion = "3.05.00.XXX";
4450
if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
4451
    $dbh->do("INSERT INTO `systempreferences` (variable,value,options,explanation,type) VALUES ('AcqViewBaskets','user','user|branch|all','Define which baskets a user is allowed to view: his own only, any within his branch or all','Choice')");
4452
    print "Upgrade to $DBversion done (Add syspref AcqViewBaskets)\n";
4453
    SetVersion($DBversion);
4454
}
4455
4449
4456
4450
=head1 FUNCTIONS
4457
=head1 FUNCTIONS
4451
4458
4452
- 

Return to bug 6390