https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42244 Bug ID: 42244 Summary: Fix JS TypeError on patrons ILL table Initiative type: --- Sponsorship --- status: Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: ILL Assignee: koha-bugs@lists.koha-community.org Reporter: ephetteplace@cca.edu QA Contact: testopia@bugs.koha-community.org CC: lisette@bywatersolutions.com, pedro.amorim@openfifth.co.uk, tomascohen@gmail.com See this comment from Bug 30200 - https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30200#c53 ill-list-table.js assumes that the multipleSelect jQuery plugin has been loaded, but it is not present when viewing the ILL table via a patron's record at /cgi-bin/koha/members/ill-requests.pl?borrowernumber=1234 . There is no need for multipleSelect since it is used in the left-side Status filter on the ILL Requests tab, which is not present on the member's ILL request page. I will write a patch that does a simple check for the multipleSelect plugin before running the code in addStatusOptions(). -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.