https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42278 --- Comment #14 from Jan Kissig <bibliothek@th-wildau.de> --- Created attachment 199718 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=199718&action=edit Bug 42278: (QA follow-up) Fix Uncaught TypeError in request-article This fixes an Uncaught TypeError when searching for a patron and the search only returns a single patron. To test: a) go to /cgi-bin/koha/circ/request-article.pl?biblionumber=262 b) ienable dev tools console c) enter 'acev' and click Search d) The following error appears: Uncaught TypeError: can't access property "on", patrons_table is undefined e) apply patch and redo a) to c). The error is not thrown. -- You are receiving this mail because: You are watching all bug changes.