<<

NAME

Koha::Checkouts - Koha Checkout object set class

API

Class Methods

calculate_dropbox_date

my $dt = Koha::Checkouts::calculate_dropbox_date();

automatic_checkin

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.

type

object_class

AUTHOR

Kyle M Hall <kyle@bywatersolutions.com>

<<