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:
parent
dd54e970a5
commit
36cfb22621
1 changed files with 2 additions and 0 deletions
|
@ -140,6 +140,8 @@ sub _check_unique_id {
|
|||
Koha::Exceptions::Patron::Attribute::UniqueIDConstraint->throw()
|
||||
if $unique_count > 0;
|
||||
}
|
||||
|
||||
return $self;
|
||||
}
|
||||
|
||||
=head3 _type
|
||||
|
|
Loading…
Reference in a new issue