close #2985 Fixed : Customer information on Invoices formatted incorrectly
This commit is contained in:
		@@ -270,14 +270,14 @@ class Contact extends Model
 | 
			
		||||
            $location[] = $this->city;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        if ($this->zip_code) {
 | 
			
		||||
            $location[] = $this->zip_code;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        if ($this->state) {
 | 
			
		||||
            $location[] = $this->state;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        if ($this->zip_code) {
 | 
			
		||||
            $location[] = $this->zip_code;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        if ($this->country && array_key_exists($this->country, trans('countries'))) {
 | 
			
		||||
            $location[] = trans('countries.' . $this->country);
 | 
			
		||||
        }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user