mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-05 18:52:44 +01: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) {
|
||||
$message_array = $this->quote->getEmailData('', $invitation->contact);
|
||||
$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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user