}
);
# FIXME Must call Koha::Hold->cancel ?
# FIXME Must call Koha::Hold->cancel ? => No, should call ->filled and add the correct log
Koha::Old::Hold->new( $hold->unblessed() )->store();
$hold->delete();
$self->cancellationdate(dt_from_string);
$self->priority(0);
$self->_move_to_old;
$self->delete;
$self->SUPER::delete(); # Do not add a DELETE log
# now fix the priority on the others....
C4::Reserves::_FixPriority({ biblionumber => $self->biblionumber });
-