Update company logo to resolve from logo_base64()
This commit is contained in:
parent
87752782ec
commit
575d58e6f0
1 changed files with 1 additions and 1 deletions
|
|
@ -331,7 +331,7 @@ class HtmlEngine
|
|||
|
||||
$data['$spc_qr_code'] = ['value' => $this->company->present()->getSpcQrCode($this->client->currency()->code, $this->entity->number, $this->entity->balance, $this->helpers->formatCustomFieldValue($this->company->custom_fields, 'company1', $this->settings->custom_value1, $this->client)), 'label' => ''];
|
||||
|
||||
$logo = $this->company->present()->logo($this->settings);
|
||||
$logo = $this->company->present()->logo_base64($this->settings);
|
||||
|
||||
$data['$company.logo'] = ['value' => $logo ?: ' ', 'label' => ctrans('texts.logo')];
|
||||
$data['$company_logo'] = &$data['$company.logo'];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue