From 3bed66a3e2a9d9eafe69a19442e34413b4e9a399 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 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: JM Broust Signed-off-by: Broust Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall (cherry picked from commit 83328c1061af0ae82d8a2086e298375875e2dfa9) Signed-off-by: Frédéric Demians --- C4/Reserves.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/C4/Reserves.pm b/C4/Reserves.pm index b83f8e1301..79fb11abe0 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.39.5