Koha::Checkouts - Koha Checkout object set class
my $dt = Koha::Checkouts::calculate_dropbox_date();
my $automatic_checkins = Koha::Checkouts->automatic_checkin()
Checks in every due issue which itemtype has automatic_checkin enabled. Also if the AutoCheckinAutoFill system preference is enabled, the item is trapped for the next patron.
Kyle M Hall <kyle@bywatersolutions.com>