Fix for refund payment currency symbol
This commit is contained in:
parent
8e5941cdbb
commit
f429ff78fe
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ class PaymentPresenter extends EntityPresenter
|
|||
|
||||
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()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue