? Koha::Biblios->find( $title->biblio_id )->unblessed
: {};
foreach my $biblio_field ( keys %$biblio ) {
$biblio->{ 'biblio.' . $biblio_field } = delete $biblio->{$biblio_field};
}
my $marc_record = TransformKohaToMarc(
{
%$biblio,
-