@@ -, +, @@ holds --- C4/Reserves.pm | 1 - 1 file changed, 1 deletion(-) --- a/C4/Reserves.pm +++ a/C4/Reserves.pm @@ -1055,7 +1055,6 @@ sub CancelReserve { my $query = " UPDATE reserves SET cancellationdate = now(), - found = Null, priority = 0 WHERE reserve_id = ? "; --