1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 05:02:36 +01:00

Fix quote email subject

This commit is contained in:
Hillel Coren 2017-03-16 19:04:04 +02:00
parent beb25e8dee
commit daec25fe79

View File

@ -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']);
}
/**