MT 1713, follow-up : fixed updatedatabase.pl
This commit is contained in:
parent
87b792b2b6
commit
24f9da415b
1 changed files with 1 additions and 1 deletions
|
@ -3095,7 +3095,7 @@ $dbh->do("
|
|||
$DBversion = "3.01.00.119";
|
||||
if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
|
||||
$dbh->do("
|
||||
UPDATE `systempreferences` SET `options` = 'holdings|serialcollection|subscriptions',
|
||||
UPDATE `systempreferences` SET `options` = 'holdings|serialcollection|subscriptions'
|
||||
WHERE `systempreferences`.`variable` = 'opacSerialDefaultTab' LIMIT 1
|
||||
");
|
||||
|
||||
|
|
Loading…
Reference in a new issue