Fix quote email subject
This commit is contained in:
parent
3957b8a92b
commit
7305c9e483
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ trait SendsEmails
|
|||
$entityType = 'reminder';
|
||||
}
|
||||
|
||||
return trans("texts.{$entityType}_subject", ['invoice' => '$invoice', 'account' => '$account']);
|
||||
return trans("texts.{$entityType}_subject", ['invoice' => '$invoice', 'account' => '$account', 'quote' => '$quote']);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue