Koha::ILL::Batch::Status - Koha IllbatchStatus Object class
$status->create_and_log;
Log batch status creation following storage
$status->update_and_log;
Log batch status update following storage
$batch->delete_and_log;
Log batch status delete
my $type = Koha::ILL::Batch::Statuses->_type;
Return this object's type
Andrew Isherwood <andrew.isherwood@ptfs-europe.com>