Koha::Clubs - Koha Clubs Object class
This object represents a collection of clubs a patron may enroll in.
my $filtered_rs = $clubs_rs->filter_out_empty;
Return a new Koha::Clubs resultset, containing only clubs with current enrollments.
Kyle M Hall <kyle@bywatersolutions.com>