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'; $entityType = 'reminder';
} }
return trans("texts.{$entityType}_subject", ['invoice' => '$invoice', 'account' => '$account']); return trans("texts.{$entityType}_subject", ['invoice' => '$invoice', 'account' => '$account', 'quote' => '$quote']);
} }
/** /**