https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37031 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #168643|0 |1 is obsolete| | --- Comment #6 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 168745 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=168745&action=edit Bug 37031: Club enrollment from staff interface fails due to Entrollment typo There is a typo in svc/club/enroll - it tries to call Koha::Club::Entrollments->search when it should be Koha::Club::Enrollments. This causes and error when enrolling patrons in clubs. Test plan: 1. Without the patch, Tools - Patron clubs - New club template - name it and save 2. New club - (your template) - name it and save 3. Circulation - check out to a patron - Clubs tab - Enroll - Finish enrollment, get alert() about failure to enroll 4. Apply patch, restart_all 5. Enroll - Finish enrollment, success Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> -- You are receiving this mail because: You are watching all bug changes.