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

(-)a/installer/data/mysql/updatedatabase.pl (-1 / +7 lines)
Lines 4439-4444 if (C4::Context->preference("Version") < TransformToNum($DBversion)) { Link Here
4439
    SetVersion($DBversion);
4439
    SetVersion($DBversion);
4440
}
4440
}
4441
4441
4442
$DBversion = "3.05.00.XXX";
4443
if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
4444
    $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')");
4445
    print "Upgrade to $DBversion done (Add syspref AcqViewBaskets)\n";
4446
    SetVersion($DBversion);
4447
}
4448
4442
4449
4443
=head1 FUNCTIONS
4450
=head1 FUNCTIONS
4444
4451
4445
- 

Return to bug 6390