<<

NAME

Koha::Old::Hold - Koha Old Hold object class

This object represents a hold that has been filled or canceled

API

Class methods

biblio

Returns the related Koha::Biblio object for this old hold

anonymize

    $old_hold->anonymize();

Anonymize the given Koha::Old::Hold object.

Internal methods

_type

AUTHOR

Kyle M Hall <kyle@bywatersolutions.com>

<<