Bug 34280: (QA follow-up) perltidy
Signed-off-by: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
0cf5dfcbd8
commit
80db7c05b8
1 changed files with 1 additions and 1 deletions
|
@ -1442,7 +1442,7 @@ sub first_valid_email_address {
|
|||
C4::Context->preference('EmailFieldPrecedence');
|
||||
for my $field (@fields) {
|
||||
$email = $self->$field;
|
||||
last if ( $email );
|
||||
last if ($email);
|
||||
}
|
||||
|
||||
return $email;
|
||||
|
|
Loading…
Reference in a new issue