mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 11:14:40 -04:00
Fix for refund payment currency symbol
This commit is contained in:
parent
8e5941cdbb
commit
f429ff78fe
@ -19,7 +19,7 @@ class PaymentPresenter extends EntityPresenter
|
|||||||
|
|
||||||
public function currencySymbol()
|
public function currencySymbol()
|
||||||
{
|
{
|
||||||
return Utils::getFromCache($this->entity->currency_id ? $this->entity->currency_id : DEFAULT_CURRENCY, 'currencies')->symbol;
|
return Utils::getFromCache($this->entity->client->currency_id ? $this->entity->client->currency_id : DEFAULT_CURRENCY, 'currencies')->symbol;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function client()
|
public function client()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user