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

(-)a/Koha/Hold.pm (-2 / +1 lines)
Lines 60-66 sub suspend_hold { Link Here
60
    }
60
    }
61
61
62
    $self->suspend(1);
62
    $self->suspend(1);
63
    $self->suspend_until( $dt );
63
    $self->suspend_until( $dt->ymd );
64
64
65
    $self->store();
65
    $self->store();
66
66
67
- 

Return to bug 18382