Update default company logo
This commit is contained in:
parent
01c9e1ebad
commit
ea9d071004
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Reference in a new issue