https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37031 Bug ID: 37031 Summary: Club enrollment doesn't complete in staff client Change sponsored?: --- Product: Koha Version: 23.11 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Circulation Assignee: koha-bugs@lists.koha-community.org Reporter: david.roberts@ptfs-europe.com QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com, kyle.m.hall@gmail.com If you enroll a user into a club from the issues tab on a user record, it never completes. This is due to a typo in line 64 of /usr/share/koha/intranet/cgi-bin/svc/club/enroll which says my $already_enrolled = Koha::Club::Entrollments->search( Changing this line to my $already_enrolled = Koha::Club::Enrollments->search( seems to fix the problem. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.