mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-04 03:57:32 -05:00 
			
		
		
		
	Comments for hosted version
This commit is contained in:
		
							parent
							
								
									6b5da010a9
								
							
						
					
					
						commit
						c317e93af3
					
				@ -85,6 +85,7 @@ class TemplateEmail extends Mailable
 | 
				
			|||||||
        //conditionally attach files
 | 
					        //conditionally attach files
 | 
				
			||||||
        if ($settings->pdf_email_attachment !== false && ! empty($this->build_email->getAttachments())) {
 | 
					        if ($settings->pdf_email_attachment !== false && ! empty($this->build_email->getAttachments())) {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					            //hosted | plan check here
 | 
				
			||||||
            foreach ($this->build_email->getAttachments() as $file) {
 | 
					            foreach ($this->build_email->getAttachments() as $file) {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                if(is_string($file))
 | 
					                if(is_string($file))
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user