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

(-)a/Koha/ArticleRequest.pm (-2 / +1 lines)
Lines 49-55 sub open { Link Here
49
    my ($self) = @_;
49
    my ($self) = @_;
50
50
51
    $self->status(Koha::ArticleRequest::Status::Pending);
51
    $self->status(Koha::ArticleRequest::Status::Pending);
52
    $self->SUPER::store();
52
    $self->store();
53
    $self->notify();
53
    $self->notify();
54
    return $self;
54
    return $self;
55
}
55
}
56
- 

Return to bug 18477