diff --git a/Koha/Exporter/Record.pm b/Koha/Exporter/Record.pm index e678c36ee1..49c86c8c42 100644 --- a/Koha/Exporter/Record.pm +++ b/Koha/Exporter/Record.pm @@ -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) {