sub biblio {
my ($self) = @_;
return Koha::Biblios->find($self->biblionumber);
return scalar Koha::Biblios->find($self->biblionumber);
}
=head3 type
-