fixing versioning issue with last updatedatabase patch
This commit is contained in:
parent
f45386a3a4
commit
232dfbf6e8
1 changed files with 1 additions and 1 deletions
|
@ -586,7 +586,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
|
|||
SetVersion ($DBversion);
|
||||
}
|
||||
|
||||
$DBversion = "3.00.00.027";
|
||||
$DBversion = "3.00.00.026";
|
||||
if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
|
||||
$dbh->do("INSERT INTO `systempreferences` (variable,value,options,explanation,type)
|
||||
VALUES ('HomeOrHoldingBranch','homebranch','homebranch|holdingbranch','With independent branches turned on this decides whether to check the items holdingbranch or homebranch at circulatilon','choice')");
|
||||
|
|
Loading…
Reference in a new issue