@@ -, +, @@ Entrollment typo and save enrollment, get alert() about failure to enroll --- svc/club/enroll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/svc/club/enroll +++ a/svc/club/enroll @@ -64,7 +64,7 @@ if ($enrollent_id) { } } } elsif ($club) { - my $already_enrolled = Koha::Club::Entrollments->search( + my $already_enrolled = Koha::Club::Enrollments->search( { club_id => $club->id(), borrowernumber => $borrowernumber, --