https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31597 Bug ID: 31597 Summary: Missing semicolon after try-catch in restrictions.pl Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Patrons Assignee: koha-bugs@lists.koha-community.org Reporter: emmi.takkinen@koha-suomi.fi QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com, kyle.m.hall@gmail.com In restrictions.pl line 114 is missing a semicolon after try-catch statement. This causes error 500 when one tries to delete restriction. To test: 1. Navigate to "Patron restrictions". 2. Find or create patron restriction to be deleted. 3. Hit "Delete" and confirm deletion. => Error 500 is raised. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.