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

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

Return to bug 17080