mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-04 16:44:35 -04:00
reference correct invitation
This commit is contained in:
parent
a2c244a666
commit
a1c714c51e
@ -89,7 +89,7 @@ class QuoteEmailEngine extends BaseEmailEngine
|
|||||||
->setViewText(ctrans('texts.view_quote'));
|
->setViewText(ctrans('texts.view_quote'));
|
||||||
|
|
||||||
if ($this->client->getSetting('pdf_email_attachment') !== false) {
|
if ($this->client->getSetting('pdf_email_attachment') !== false) {
|
||||||
$this->setAttachments($invitation->pdf_file_path());
|
$this->setAttachments($this->invitation->pdf_file_path());
|
||||||
}
|
}
|
||||||
|
|
||||||
return $this;
|
return $this;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user