diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ebae050..eec538cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -513,3 +513,4 @@ ### Version 104.3.14 : * PGTO-340: Fix job executor date format * PGTO-462: Set attribute code to lowercase for options +* Fix non-scopable localizable attribute import diff --git a/Helper/Store.php b/Helper/Store.php index 2ea13c78..de924e93 100644 --- a/Helper/Store.php +++ b/Helper/Store.php @@ -210,6 +210,7 @@ public function getAllStores() $this->getStores(['channel_code']), // channel $this->getStores(['currency']), // USD $this->getStores(['channel_code', 'currency']), // channel-USD + $this->getStores(['lang', 'currency']), // en_US-USD $this->getStores(['lang', 'channel_code', 'currency']) // en_US-channel-USD );