mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 10:24:31 -04:00
Update EmailQuote.php (#3323)
This commit is contained in:
parent
f04f2b15fd
commit
1d9c9d760f
@ -57,7 +57,7 @@ class EmailQuote implements ShouldQueue
|
|||||||
if ($invitation->contact->email) {
|
if ($invitation->contact->email) {
|
||||||
$message_array = $this->quote->getEmailData('', $invitation->contact);
|
$message_array = $this->quote->getEmailData('', $invitation->contact);
|
||||||
$message_array['title'] = &$message_array['subject'];
|
$message_array['title'] = &$message_array['subject'];
|
||||||
$message_array['footer'] = "Sent to ".$invitation->contact->present()->name();
|
$message_array['footer'] = "<a href='{$invitation->getLink()}'>Quote Link</a>";
|
||||||
|
|
||||||
//change the runtime config of the mail provider here:
|
//change the runtime config of the mail provider here:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user