mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-31 09:34:33 -04:00
Presenter variables for invoice
This commit is contained in:
parent
668e01b814
commit
13f21710ce
@ -40,4 +40,15 @@ class InvoicePresenter extends EntityPresenter
|
|||||||
{
|
{
|
||||||
return $this->client->present()->shipping_address();
|
return $this->client->present()->shipping_address();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function company_logo()
|
||||||
|
{
|
||||||
|
return $this->company->logo;
|
||||||
|
}
|
||||||
|
|
||||||
|
public function client_logo()
|
||||||
|
{
|
||||||
|
return $this->client->logo;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user