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

(-)a/Koha/Hold.pm (-2 / +1 lines)
Lines 92-98 sub suspend_hold { Link Here
92
92
93
    $self->suspend(1);
93
    $self->suspend(1);
94
    if ( defined $dt ){
94
    if ( defined $dt ){
95
        $self->suspend_until( $dt->ymd );
95
        $self->suspend_until( $dt->datetime );
96
    } else {
96
    } else {
97
        $self->suspend_until( $dt );
97
        $self->suspend_until( $dt );
98
    }
98
    }
99
- 

Return to bug 18382