9 Sep
2024
9 Sep
'24
12:48 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37380 --- Comment #17 from Jonathan Druart <jonathan.druart@gmail.com> --- 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.