[Koha-bugs] [Bug 23336] Add an API endpoint for checking an item out to a patron

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jul 5 15:31:24 CEST 2023


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

--- Comment #55 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
(In reply to Tomás Cohen Arazi from comment #54)
> (In reply to Jonathan Druart from comment #52)
> > C4::Circ
> > 
> > 1536         # get actual issuing if there is one
> > 1537         my $actualissue = $item_object->checkout;
> > 
> > 1549             $issue = Koha::Checkouts->find( { itemnumber =>
> > $item_object->itemnumber } );
> > 
> > 1549 should call ->checkout as well
> 
> Do you think this is a blocker for the follow-ups? Or can that be moved to a
> separate bug for Martin to take care?

That is not related to the follow-ups. That can be done separately, or kept as
it if you consider it's ok.

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


More information about the Koha-bugs mailing list