<<
Koha::Old:Checkout - Koha checkout object for returned items
my $item = $checkout->item;
Return the checked out item
my $patron = $checkout->patron
Return the patron for who the checkout has been done