Merge branch 'bug_10033' into 3.14-master
This commit is contained in:
commit
4563f7bc34
1 changed files with 1 additions and 0 deletions
|
@ -2254,6 +2254,7 @@ sub _koha_modify_item {
|
|||
my $query = "UPDATE items SET ";
|
||||
my @bind;
|
||||
for my $key ( keys %$item ) {
|
||||
next if ( $key eq 'itemnumber' );
|
||||
$query.="$key=?,";
|
||||
push @bind, $item->{$key};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue