From af77a6f006653c2229468f190368e7d720c19770 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 --- C4/Reserves.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/C4/Reserves.pm b/C4/Reserves.pm index 6ed1543..1acb88d 100644 --- a/C4/Reserves.pm +++ b/C4/Reserves.pm @@ -1055,7 +1055,6 @@ sub CancelReserve { my $query = " UPDATE reserves SET cancellationdate = now(), - found = Null, priority = 0 WHERE reserve_id = ? "; -- 1.7.10.4