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

Nick Clemens <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #7 from Nick Clemens <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to