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

(-)a/C4/Reserves.pm (-2 lines)
Lines 1044-1050 sub CancelReserve { Link Here
1044
        my $query = "
1044
        my $query = "
1045
            UPDATE reserves
1045
            UPDATE reserves
1046
            SET    cancellationdate = now(),
1046
            SET    cancellationdate = now(),
1047
                   found            = Null,
1048
                   priority         = 0
1047
                   priority         = 0
1049
            WHERE  reserve_id = ?
1048
            WHERE  reserve_id = ?
1050
        ";
1049
        ";
1051
- 

Return to bug 14968