https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37380
--- Comment #17 from Jonathan Druart <[email protected]> --- Looking at catalogue/export.pl: my $marc = $biblio->metadata->record({ embed_items => 1 }); my $metadata_extractor = $biblio->metadata_extractor; We are going to fetch metadata twice. We should certainly improve it at some point. Not considering blocker for this change however. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
