mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-03 22:07:33 -05:00 
			
		
		
		
	Working on tests..
This commit is contained in:
		
							parent
							
								
									f396a02be4
								
							
						
					
					
						commit
						7dc40a3388
					
				
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							@ -472,7 +472,11 @@ function getContactDisplayNameWithEmail(contact)
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    if (contact.email) {
 | 
			
		||||
        str += ' <' + contact.email + '>';
 | 
			
		||||
        if (str) {
 | 
			
		||||
            str += ' - ';
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        str += contact.email;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    return $.trim(str);
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user