[-] BO : BugFix : #PSCFV-2965 : Localization : updating default currency does not change currency on BO
This commit is contained in:
@@ -317,7 +317,7 @@ class AdminControllerCore extends Controller
|
||||
|
||||
$this->initShopContext();
|
||||
|
||||
$currency = Shop::getEntityIds('currency', $this->context->shop->id);
|
||||
$currency = Shop::getEntityIds('currency', $this->context->shop->id, true, true);
|
||||
$this->context->currency = new Currency($currency[0]['id_currency']);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user