mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-04 01:57:31 -05:00 
			
		
		
		
	Show corret client/group/company logo on emails
This commit is contained in:
		
							parent
							
								
									7e3254076c
								
							
						
					
					
						commit
						ee8081750d
					
				@ -109,7 +109,7 @@ class TemplateEmail extends Mailable
 | 
			
		||||
                'settings' => $settings,
 | 
			
		||||
                'company' => $company,
 | 
			
		||||
                'whitelabel' => $this->client->user->account->isPaid() ? true : false,
 | 
			
		||||
                'logo' => $this->company->present()->logo(),
 | 
			
		||||
                'logo' => $this->company->present()->logo($settings),
 | 
			
		||||
            ])
 | 
			
		||||
            ->withSwiftMessage(function ($message) use($company){
 | 
			
		||||
                $message->getHeaders()->addTextHeader('Tag', $company->company_key);
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user