View | Details | Raw Unified | Return to bug 35115
Collapse All | Expand All

(-)a/Koha/ERM/EHoldings/Resource.pm (-1 / +4 lines)
Lines 55-60 sub store { Link Here
55
      ? Koha::Biblios->find( $title->biblio_id )->unblessed
55
      ? Koha::Biblios->find( $title->biblio_id )->unblessed
56
      : {};
56
      : {};
57
57
58
    foreach my $biblio_field ( keys %$biblio ) {
59
        $biblio->{ 'biblio.' . $biblio_field } = delete $biblio->{$biblio_field};
60
    }
61
58
    my $marc_record = TransformKohaToMarc(
62
    my $marc_record = TransformKohaToMarc(
59
        {
63
        {
60
            %$biblio,
64
            %$biblio,
61
- 

Return to bug 35115