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

(-)a/Koha/Item.pm (-2 / +1 lines)
Lines 88-94 Return the bibliographic record of this item Link Here
88
sub biblio {
88
sub biblio {
89
    my ( $self ) = @_;
89
    my ( $self ) = @_;
90
    my $biblio_rs = $self->_result->biblio;
90
    my $biblio_rs = $self->_result->biblio;
91
    return Koha::Biblio->_new_from_dbic( $self->_result->biblio );
91
    return Koha::Biblio->_new_from_dbic( $biblio_rs );
92
}
92
}
93
93
94
=head3 get_transfer
94
=head3 get_transfer
95
- 

Return to bug 17974