From 6a10dcae640673a5bcd9b1fcc5922f2ee99bd6b5 Mon Sep 17 00:00:00 2001 From: Lyon3 Team Date: Tue, 6 Oct 2015 15:42:15 +0200 Subject: [PATCH] Bug 14968 - found shouldn't be set to null when cancelling holds Signed-off-by: JM Broust Signed-off-by: Broust Signed-off-by: Jonathan Druart --- C4/Reserves.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/C4/Reserves.pm b/C4/Reserves.pm index b83f8e1..79fb11a 100644 --- a/C4/Reserves.pm +++ b/C4/Reserves.pm @@ -1073,7 +1073,6 @@ sub CancelReserve { my $query = " UPDATE reserves SET cancellationdate = now(), - found = Null, priority = 0 WHERE reserve_id = ? "; -- 2.8.1