Bug 17828: return $self to be consistent

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
This commit is contained in:
Jonathan Druart 2017-03-29 16:39:36 -03:00 committed by Kyle M Hall
parent dd54e970a5
commit 36cfb22621

View file

@ -140,6 +140,8 @@ sub _check_unique_id {
Koha::Exceptions::Patron::Attribute::UniqueIDConstraint->throw()
if $unique_count > 0;
}
return $self;
}
=head3 _type