@@ -, +, @@ value defined in the DBIx::Class schema prove t/db_dependent/Koha/Patron/Categories.t --- Koha/Patron/Category.pm | 7 ------- 1 file changed, 7 deletions(-) --- a/Koha/Patron/Category.pm +++ a/Koha/Patron/Category.pm @@ -36,13 +36,6 @@ Koha::Patron;;Category - Koha Patron;;Category Object class =cut -sub store { - my ( $self ) = @_; - $self->checkprevcheckout('inherit') - unless defined $self->checkprevcheckout; - return $self->SUPER::store; -} - =head3 default_messaging my $messaging = $category->default_messaging(); --