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

(-)a/C4/Reserves.pm (-2 lines)
Lines 1055-1061 sub CancelReserve { Link Here
1055
        my $query = "
1055
        my $query = "
1056
            UPDATE reserves
1056
            UPDATE reserves
1057
            SET    cancellationdate = now(),
1057
            SET    cancellationdate = now(),
1058
                   found            = Null,
1059
                   priority         = 0
1058
                   priority         = 0
1060
            WHERE  reserve_id = ?
1059
            WHERE  reserve_id = ?
1061
        ";
1060
        ";
1062
- 

Return to bug 14968