Bug 29736: Don't return empty clubs
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 20 Dec 2021 14:14:56 +0000 (15:14 +0100)
committerKyle Hall <kyle@bywatersolutions.com>
Fri, 14 Jan 2022 14:35:15 +0000 (09:35 -0500)
commitb45e67e03eeffdaa006c693e2e6426d452cbb09e
tree9e8e8ca63e3621ae137fa82ee7308dbec92b15ef
parente5949e32a5f1bfc8b2fc45abf74ba1beeb734885
Bug 29736: Don't return empty clubs

There is an error when placing a hold for a club without members:
Uncaught TypeError: err.responseJSON.error is undefined

It seems that we should remove clubs without members from the search.

Test plan:
Create 1 club xx with 2 patrons
Create 1 club xxx with 1 patron and cancel their enrolment
Create 1 club xxxx without patron

Place a hold for club "x", only the first one should be returned with
this patch.

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Koha/Clubs.pm
reserve/request.pl
t/db_dependent/Clubs.t