mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Update default company logo
This commit is contained in:
parent
01c9e1ebad
commit
ea9d071004
@ -41,7 +41,7 @@ class CompanyPresenter extends EntityPresenter
|
||||
else if(strlen($settings->company_logo) >= 1)
|
||||
return url('') . $settings->company_logo;
|
||||
else
|
||||
return 'https://www.invoiceninja.com/wp-content/uploads/2019/01/InvoiceNinja-Logo-Round-300x300.png';
|
||||
return asset('images/new_logo.png');
|
||||
|
||||
}
|
||||
|
||||
@ -101,7 +101,7 @@ class CompanyPresenter extends EntityPresenter
|
||||
{
|
||||
$settings = $this->entity->settings;
|
||||
|
||||
return
|
||||
return
|
||||
|
||||
"SPC\n0200\n1\n{$user_iban}\nK\n{$this->name}\n{$settings->address1}\n{$settings->postal_code} {$settings->city}\n\n\nCH\n\n\n\n\n\n\n\n{$balance_due_raw}\n{$client_currency}\n\n\n\n\n\n\n\nNON\n\n{$invoice_number}\nEPD\n";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user