Koha::Clubs->get_club_enrollments and Koha::Clubs->get_enrollable_clubs take a $return_scalar parameter. The return value type should not be a parameter. We should return _new_from_dbic or Koha::Objects->search in any cases.
Created attachment 63256 [details] [review] Bug 18559: Koha::Clubs - Remove $return_scalar from parameters
Kyle, Here is my try. But tests fail now...
(In reply to Jonathan Druart from comment #2) > Kyle, Here is my try. > But tests fail now... Trying to raise attention - fqa.
Actually fixed on Bug 29844: Simplify Koha::Clubs->get_enrollable *** This bug has been marked as a duplicate of bug 29844 ***