From 43e57efa523ad05f45eb2ff5dcb928877b3b4209 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 29 Mar 2018 12:45:39 -0300 Subject: [PATCH] Bug 16330: Remove unecessary Koha::Patron->store method Signed-off-by: Jonathan Druart --- Koha/Patron.pm | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/Koha/Patron.pm b/Koha/Patron.pm index 43f4265bcc..0938bbb5f0 100644 --- a/Koha/Patron.pm +++ b/Koha/Patron.pm @@ -831,18 +831,6 @@ sub is_child { return $self->category->category_type eq 'C' ? 1 : 0; } -=head3 store - -=cut - -sub store { - my ($self) = @_; - - # $self->_validate(); - - return $self->SUPER::store(); -} - =head2 Internal methods =head3 _type -- 2.11.0