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

(-)a/Koha/Patron/Category.pm (-8 lines)
Lines 36-48 Koha::Patron;;Category - Koha Patron;;Category Object class Link Here
36
36
37
=cut
37
=cut
38
38
39
sub store {
40
    my ( $self ) = @_;
41
    $self->checkprevcheckout('inherit')
42
        unless defined $self->checkprevcheckout;
43
    return $self->SUPER::store;
44
}
45
46
=head3 default_messaging
39
=head3 default_messaging
47
40
48
my $messaging = $category->default_messaging();
41
my $messaging = $category->default_messaging();
49
- 

Return to bug 17080