[Koha-bugs] [Bug 3014] New: Can't delete restricted patron from circulation screen

bugzilla-daemon at pippin.metavore.com bugzilla-daemon at pippin.metavore.com
Sat Mar 7 17:32:51 CET 2009


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 at myacpl.org
        ReportedBy: oleonard at myacpl.org
         QAContact: koha-bugs at 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.



More information about the Koha-bugs mailing list