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

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

Return to bug 18382