Bug 20825: (QA follow-up) set biblioitemnumber with correct value
Both biblionumber and biblioitemnumber for item were set to biblionumber, when they don't line up tests fail Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
This commit is contained in:
parent
0895eadd67
commit
35f1fbfedb
1 changed files with 1 additions and 1 deletions
|
@ -2217,7 +2217,7 @@ subtest 'CanBookBeIssued | item-level_itypes=biblio' => sub {
|
|||
itemlost => 0,
|
||||
withdrawn => 0,
|
||||
biblionumber => $biblioitem->{biblionumber},
|
||||
biblioitemnumber => $biblioitem->{biblionumber},
|
||||
biblioitemnumber => $biblioitem->{biblioitemnumber},
|
||||
}
|
||||
}
|
||||
)->store;
|
||||
|
|
Loading…
Reference in a new issue