// Fixed #PSCFV-3697
This commit is contained in:
@@ -321,8 +321,7 @@ class AdminControllerCore extends Controller
|
||||
|
||||
$this->initShopContext();
|
||||
|
||||
$currency = Shop::getEntityIds('currency', $this->context->shop->id, true, true);
|
||||
$this->context->currency = new Currency($currency[0]['id_currency']);
|
||||
$this->context->currency = new Currency(Configuration::get('PS_CURRENCY_DEFAULT'));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user