mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Refactor company logo URL
This commit is contained in:
parent
3e0b7a0659
commit
146df11c1f
@ -99,7 +99,7 @@ trait GenerateMigrationResources
|
||||
'recurring_number_prefix' => $this->account->recurring_invoice_number_prefix ? $this->account->recurring_invoice_number_prefix : 'R',
|
||||
'enable_client_portal' => $this->account->enable_client_portal ? (bool) $this->account->enable_client_portal : false,
|
||||
'invoice_fields' => $this->account->invoice_fields ?: '',
|
||||
'company_logo' => $this->account->logo ?: '',
|
||||
'company_logo' => $this->account->getLogoURL() ?: '',
|
||||
'embed_documents' => $this->account->invoice_embed_documents ? (bool) $this->account->invoice_embed_documents : false,
|
||||
'document_email_attachment' => $this->account->document_email_attachment ? (bool) $this->account->document_email_attachment : false,
|
||||
'enable_client_portal_dashboard' => $this->account->enable_client_portal_dashboard ? (bool) $this->account->enable_client_portal_dashboard : true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user