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: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected], [email protected]

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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to