From f86db897d1348aed492bd92c04eb1bd9d8445e93 Mon Sep 17 00:00:00 2001 From: Dominik Pfaffenbauer Date: Wed, 12 May 2021 10:44:44 +0200 Subject: [PATCH] [Fixtures] fix region_short for address format --- .../CoreBundle/Fixtures/Data/Application/CountryFixture.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/CoreShop/Bundle/CoreBundle/Fixtures/Data/Application/CountryFixture.php b/src/CoreShop/Bundle/CoreBundle/Fixtures/Data/Application/CountryFixture.php index 597cc3775d..cc90e3e5de 100644 --- a/src/CoreShop/Bundle/CoreBundle/Fixtures/Data/Application/CountryFixture.php +++ b/src/CoreShop/Bundle/CoreBundle/Fixtures/Data/Application/CountryFixture.php @@ -91,6 +91,7 @@ public function load(ObjectManager $manager) '%Text(phone);', ], 'region' => '', + 'region_short' => '' ]; $defaultAddressFormat = "{{recipient}}\n{{street}}\n{{postalcode}} {{city}}\n{{country}}"; $defaultSalutations = ['mrs', 'mr'];