Koha::Hold - Koha Hold object class
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' ).
Returns true if hold is a waiting hold
Returns the related Koha::Biblio object for this hold
Returns the related Koha::Item object for this Hold
Returns the related Koha::Branch object for this Hold
Kyle M Hall <kyle@bywatersolutions.com>