[Koha-bugs] [Bug 23403] SIP2 lends to wrong patron if cardnumber is missing

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Dec 17 19:44:57 CET 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23403

Nick Clemens <nick at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nick at bywatersolutions.com

--- Comment #7 from Nick Clemens <nick at bywatersolutions.com> ---
It looks like this patch tries to switch to using the Koha patron object for
items, but during the checkout we are getting a SIP/ILS patron object, we can't
call borrowernumber on that (yet)

I think in general we should stick to the SIP object to avoid confusion and
just extend that object to have all the tools it needs (add borrowernumber to
the object)- perhaps if the id is unpopulated we can fall back, or we can just
always use the borrowernumber internally as a more standard id

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list