https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42244 --- Comment #1 from Eric Phetteplace <ephetteplace@cca.edu> --- Created attachment 196629 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=196629&action=edit Bug 42244: Fix JS TypeError on patrons ILL table The multipleSelect plugin is used on the ILL requests table but is not present when viewing a patron's ILL request history. This patch avoids a JS TypeError by checking if the plugin exists before calling it. To test: - Enable ILLModule setting - ILL Requests > New ILL Request - Metadata doesn't matter but attach to a patron account, e.g. use the "Acevedo" surname on KTD - Go to the Patron > ILL requests history - View browser's JS console, note TypeError - Apply patch - Refresh page, TypeError goes away -- You are receiving this mail because: You are watching all bug changes.