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

(-)a/Koha/Hold.pm (-1 / +7 lines)
Lines 562-567 sub cancel { Link Here
562
    return $self;
562
    return $self;
563
}
563
}
564
564
565
=head3 store
566
567
Override base store method to set default 
568
expirationdate for holds.
569
570
=cut
571
565
sub store {
572
sub store {
566
    my ($self) = @_;
573
    my ($self) = @_;
567
574
568
- 

Return to bug 26498