https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21486 --- Comment #10 from Colin Campbell <colin.campbell@ptfs-europe.com> --- (In reply to Jonathan Druart from comment #9)
(In reply to Colin Campbell from comment #8)
(In reply to Jonathan Druart from comment #7)
(In reply to Jonathan Druart from comment #5)
The problem here is that I have no idea which info is needed in $ilspatron{items}.
Colin, do you know the answer?
Yes (infact we collided) items is an array of barcodes of items issued to this patron
So we only need the barcodes, for other (if exist) calls as well? If so I can provide a better patch.
Yes the logic in the client machines is to get a list of relevant barcodes for the queries and it can then issue item information queries of those. The exception (theres always one) is fine items as item_id does not give you relevant info (thats not specific to Koha, it a fairly useless option in most LMSs) Koha has some specific code there -- You are receiving this mail because: You are watching all bug changes.