<<

NAME

Koha::ArticleRequest - Koha Article Request Object class

API

Class Methods

open

process

complete

cancel

notify

biblio

Returns the Koha::Biblio object for this article request

item

Returns the Koha::Item object for this article request

borrower

Returns the Koha::Patron object for this article request

branch

Returns the Koha::Library object for this article request

store

Override the default store behavior so that new opan requests will have notifications sent.

_type

AUTHOR

Kyle M Hall <kyle@bywatersolutions.com>

<<