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

(-)a/Koha/Biblio.pm (-2 / +1 lines)
Lines 1735-1741 sub to_api { Link Here
1735
    my $json_biblioitem = $biblioitem->to_api($args);
1735
    my $json_biblioitem = $biblioitem->to_api($args);
1736
    return unless $json_biblioitem;
1736
    return unless $json_biblioitem;
1737
1737
1738
    return { %$json_biblio, %$json_biblioitem };
1738
    return { %$json_biblioitem, %$json_biblio };
1739
}
1739
}
1740
1740
1741
=head3 to_api_mapping
1741
=head3 to_api_mapping
1742
- 

Return to bug 39397