<<

NAME

Koha::Checkouts::Renewal - Koha Renewal object class

API

Class methods

store

    my $renewal = Koha::Checkout::Renewal->new($args)->store;

Overloaded store method that validates the attributes and raises relevant exceptions as needed.

checkout

old_checkout

renewer

Internal methods

_type

AUTHOR

Martin Renvoize <martin.renvoize@ptfs-europe.com>

<<