1
0
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:
michael-hampton 2020-02-13 10:48:25 +00:00 committed by GitHub
parent f04f2b15fd
commit 1d9c9d760f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: