mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 19:14:41 -04: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
|
||||
if ($settings->pdf_email_attachment !== false && ! empty($this->build_email->getAttachments())) {
|
||||
|
||||
//hosted | plan check here
|
||||
foreach ($this->build_email->getAttachments() as $file) {
|
||||
|
||||
if(is_string($file))
|
||||
|
Loading…
x
Reference in New Issue
Block a user