https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40457 Bug ID: 40457 Summary: Wherever possible we should lookup using borrowernumber instead of userid/cardnumber Change sponsored?: --- Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: koha-bugs@lists.koha-community.org Reporter: dcook@prosentient.com.au QA Contact: testopia@bugs.koha-community.org As we note on bug 40275, there are times where we lookup the patron using cardnumber or userid when we really should be using borrowernumber where possible. Not all Koha users will have a cardnumber plus we have on-going issues around uniqueness of cardnumber and userid whereas borrowernumber is an internal persistent and unique identifier. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.