mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2026-03-02 22:57:00 +00:00
Updated lock file + bug fix for group settings logos in template preview
This commit is contained in:
@@ -233,7 +233,7 @@ class TemplateEngine
|
||||
$data['title'] = '';
|
||||
$data['body'] = '$body';
|
||||
$data['footer'] = '';
|
||||
$data['logo'] = $user->company()->present()->logo();
|
||||
$data['logo'] = $user->company()->present()->logo($this->settings);
|
||||
|
||||
if ($this->entity_obj->client()->exists()) {
|
||||
$data = array_merge($data, Helpers::sharedEmailVariables($this->entity_obj->client));
|
||||
|
||||
516
composer.lock
generated
516
composer.lock
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user