https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29736 --- Comment #2 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- Created attachment 128760 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=128760&action=edit 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. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.