@@ -, +, @@ 15446 --- Koha/Patron/Message.pm | 4 ++-- Koha/Patron/Messages.pm | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) --- a/Koha/Patron/Message.pm +++ a/Koha/Patron/Message.pm @@ -68,11 +68,11 @@ sub delete { return $self->SUPER::delete($self); } -=head3 type +=head3 _type =cut -sub type { +sub _type { return 'Message'; } --- a/Koha/Patron/Messages.pm +++ a/Koha/Patron/Messages.pm @@ -35,11 +35,11 @@ Koha::Patron::Messages - Koha Message Object set class =cut -=head3 type +=head3 _type =cut -sub type { +sub _type { return 'Message'; } --