mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fixes for template actions
This commit is contained in:
parent
35cf47b4c1
commit
42733f2679
@ -162,6 +162,7 @@ class TemplateAction implements ShouldQueue
|
||||
|
||||
$ts = $template_service
|
||||
->setCompany($this->company)
|
||||
->setEntity($first_entity)
|
||||
->addGlobal(['currency_code' => $currency_code])
|
||||
->build($data);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user