diff --git a/app/Models/Traits/SendsEmails.php b/app/Models/Traits/SendsEmails.php index ecd7cd323e18..2e5ecc11e98b 100644 --- a/app/Models/Traits/SendsEmails.php +++ b/app/Models/Traits/SendsEmails.php @@ -69,7 +69,7 @@ trait SendsEmails $template .= "$message

"; } - return $template . '$footer'; + return $template . '$emailSignature'; } /** diff --git a/app/Services/TemplateService.php b/app/Services/TemplateService.php index ce7bf983eed2..5df95d2d24c6 100644 --- a/app/Services/TemplateService.php +++ b/app/Services/TemplateService.php @@ -47,6 +47,7 @@ class TemplateService $variables = [ '$footer' => $account->getEmailFooter(), + '$emailSignature' => $account->getEmailFooter(), '$client' => $client->getDisplayName(), '$account' => $account->getDisplayName(), '$dueDate' => $account->formatDate($invoice->due_date), diff --git a/resources/views/accounts/templates_and_reminders.blade.php b/resources/views/accounts/templates_and_reminders.blade.php index f6d16aca5ab9..ea94c9427cf9 100644 --- a/resources/views/accounts/templates_and_reminders.blade.php +++ b/resources/views/accounts/templates_and_reminders.blade.php @@ -146,7 +146,6 @@

{{ trans('texts.template_help_1') }}