Koha::Illrequests - Koha Illrequests Object class
my $illRequests = Koha::Illrequests->new();
Create an ILLREQUESTS object, a singleton through which we can interact with ILLREQUEST objects stored in the database or search for ILL candidates at API backends.
my $requests = $illRequests->search_incomplete;
A specialised version of `search`, returning all requests currently not considered completed.
Alex Sassmannshausen <alex.sassmannshausen@ptfs-europe.com>