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

(-)a/Koha/Subscription.pm (-2 / +1 lines)
Lines 45-51 Returns the biblio linked to this subscription as a Koha::Biblio object Link Here
45
sub biblio {
45
sub biblio {
46
    my ($self) = @_;
46
    my ($self) = @_;
47
47
48
    return Koha::Biblios->find($self->biblionumber);
48
    return scalar Koha::Biblios->find($self->biblionumber);
49
}
49
}
50
50
51
=head3 type
51
=head3 type
52
- 

Return to bug 18785