Bug 25503: Make _get_biblio_for_export test pass
Signed-off-by: Marie-Luce <marie-luce.laflamme@inlibro.com> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> https://bugs.koha-community.org/show_bug.cgi?id=25508 Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
436d9b044e
commit
1d553ca4da
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ sub _get_biblio_for_export {
|
|||
record => $record,
|
||||
embed_items => 1,
|
||||
biblionumber => $biblionumber,
|
||||
item_numbers => $itemnumbers,
|
||||
itemnumbers => $itemnumbers,
|
||||
}
|
||||
);
|
||||
if ($only_export_items_for_branches && @$only_export_items_for_branches) {
|
||||
|
|
Loading…
Reference in a new issue