https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27294 Bug ID: 27294 Summary: Error when deleting claim Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: minor Priority: P5 - low Component: Templates Assignee: oleonard@myacpl.org Reporter: oleonard@myacpl.org QA Contact: testopia@bugs.koha-community.org To reproduce: - View a patron who has resolved claims, either the checkout page or the patron detail page. - From the claim's "Action" menu, choose "Delete" - In the browser console you will see an error: Uncaught ReferenceError: issuesTable is not defined The claim is deleted, but the action is supposed to trigger a refresh of the checkouts table. Because "issueTable" is defined within a different function it can't be referenced here. -- You are receiving this mail because: You are watching all bug changes.