Koha::Patron - Koha Patron Object class
Returns all Patrons which are Housebound choosers.
Returns all Patrons which are Housebound deliverers.
Returns a Koha::Patron object for this borrower's guarantor
my @requests = $borrower->article_requests(); my $requests = $borrower->article_requests();
Returns either a list of ArticleRequests objects, or an ArtitleRequests object, depending on the calling context.
my @requests = $patron->article_requests_current
Returns the article requests associated with this patron that are incomplete
my @requests = $biblio->article_requests_finished
Returns the article requests associated with this patron that are completed
Kyle M Hall <kyle@bywatersolutions.com>