View | Details | Raw Unified | Return to bug 14968
Collapse All | Expand All

(-)a/C4/Reserves.pm (-2 lines)
Lines 1073-1079 sub CancelReserve { Link Here
1073
        my $query = "
1073
        my $query = "
1074
            UPDATE reserves
1074
            UPDATE reserves
1075
            SET    cancellationdate = now(),
1075
            SET    cancellationdate = now(),
1076
                   found            = Null,
1077
                   priority         = 0
1076
                   priority         = 0
1078
            WHERE  reserve_id = ?
1077
            WHERE  reserve_id = ?
1079
        ";
1078
        ";
1080
- 

Return to bug 14968