)->store();
$hold->set_waiting() if $found && $found eq 'W';
$hold->discard_changes();
logaction( 'HOLDS', 'CREATE', $hold->id, Dumper($hold->unblessed) )
if C4::Context->preference('HoldsLog');
-