4 Jul
2023
4 Jul
'23
3:04 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23336 --- Comment #52 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- 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 -- You are receiving this mail because: You are watching all bug changes.