http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=3014 Summary: Can't delete restricted patron from circulation screen Product: Koha Version: HEAD Platform: All OS/Version: All Status: NEW Severity: normal Priority: P3 Component: Circulation AssignedTo: oleonard@myacpl.org ReportedBy: oleonard@myacpl.org QAContact: koha-bugs@lists.koha.org If a patron is restricted (or expired, or gonnoaddress, etc.), the delete patron menu choice doesn't work. This is because the js delete function tries to grab the borrowernumber from an input which doesn't exist on the page if the patron is restricted. This method may have been necessary to cover instances where the borrowernumber was not available as a TMPL_VAR. I can't find any case where this is true now, so the function should be corrected to use a TMPL_VAR instead of querying the DOM. ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.