<<

NAME

Koha::IllbatchStatus - Koha IllbatchStatus Object class

Class methods

create_and_log

    $status->create_and_log;

Log batch status creation following storage

update_and_log

    $status->update_and_log;

Log batch status update following storage

delete_and_log

    $batch->delete_and_log;

Log batch status delete

Internal methods

_type

    my $type = Koha::IllbatchStatus->_type;

Return this object's type

AUTHOR

Andrew Isherwood <andrew.isherwood@ptfs-europe.com>

<<