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; | ||||
|   eval { | ||||
|     $addressTypeId = $self->addAddressType($emailAddressType); | ||||
|     $addressTypeId = $self->addAddressType($addressType); | ||||
|   }; | ||||
|   if ($@ or not defined $addressTypeId) { | ||||
|     my $err = $@; | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Bradley M. Kuhn
						Bradley M. Kuhn