Bug 14968 - found shouldn't be set to null when cancelling holds
authorLyon3 Team <koha@univ-lyon3.fr>
Tue, 6 Oct 2015 13:42:15 +0000 (15:42 +0200)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 8 Jul 2016 12:42:59 +0000 (12:42 +0000)
Signed-off-by: JM Broust <jean-manuel.broust@univ-lyon2.fr>
Signed-off-by: Broust <jean-manuel.broust@univ-lyon2.fr>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
C4/Reserves.pm

index b83f8e1..79fb11a 100644 (file)
@@ -1073,7 +1073,6 @@ sub CancelReserve {
         my $query = "
             UPDATE reserves
             SET    cancellationdate = now(),
-                   found            = Null,
                    priority         = 0
             WHERE  reserve_id = ?
         ";