Correct mistyped variable name.
This commit is contained in:
parent
0cbd8ae1ae
commit
60805389b7
1 changed files with 1 additions and 1 deletions
|
@ -267,7 +267,7 @@ sub addPostalAddress($$$$) {
|
||||||
|
|
||||||
my $addressTypeId;
|
my $addressTypeId;
|
||||||
eval {
|
eval {
|
||||||
$addressTypeId = $self->addAddressType($emailAddressType);
|
$addressTypeId = $self->addAddressType($addressType);
|
||||||
};
|
};
|
||||||
if ($@ or not defined $addressTypeId) {
|
if ($@ or not defined $addressTypeId) {
|
||||||
my $err = $@;
|
my $err = $@;
|
||||||
|
|
Loading…
Add table
Reference in a new issue