Bug 26374: update from bug 19974 is not idempotent
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
7948b429d1
commit
0b78011d8c
1 changed files with 1 additions and 1 deletions
|
@ -15895,7 +15895,7 @@ if( CheckVersion( $DBversion ) ) {
|
|||
value="batchmod,moredetail,cronjob,additem"
|
||||
WHERE variable="MarkLostItemsAsReturned"
|
||||
});
|
||||
} else {
|
||||
} elsif ( $original_value == 0 || !defined($original_value) ) {
|
||||
$dbh->do(q{
|
||||
UPDATE systempreferences
|
||||
SET type="multiple",
|
||||
|
|
Loading…
Reference in a new issue