sub club {
my ( $self ) = @_;
return Koha::Clubs->find( $self->club_id() );
return scalar Koha::Clubs->find( $self->club_id() );
}
=head3 patron
sub patron {
return Koha::Patrons->find( $self->borrowernumber() );
return scalar Koha::Patrons->find( $self->borrowernumber() );
=head3 type
-