Koha::Old::Hold - Koha Old Hold object class
This object represents a hold that has been filled or canceled
Returns the related Koha::Biblio object for this old hold
Returns the related Koha::Item object for this old Hold
Returns the related Koha::Biblio object for this old hold
$old_hold->anonymize();
Anonymize the given Koha::Old::Hold object.
Kyle M Hall <kyle@bywatersolutions.com>