<<

NAME

Koha::Hold - Koha Hold object class

API

Class Methods

waiting_expires_on

Returns a DateTime for the date a waiting holds expires on. Returns undef if the system peference ReservesMaxPickUpDelay is not set. Returns undef if the hold is not waiting ( found = 'W' ).

is_waiting

Returns true if hold is a waiting hold

biblio

Returns the related Koha::Biblio object for this hold

item

Returns the related Koha::Item object for this Hold

branch

Returns the related Koha::Branch object for this Hold

type

AUTHOR

Kyle M Hall <kyle@bywatersolutions.com>

<<