From 6d4e2b0be416b337342751131bd5b1e1bb2ba504 Mon Sep 17 00:00:00 2001 From: Tetragramat Date: Thu, 31 Mar 2016 19:30:54 +0200 Subject: [PATCH] fix shipping step type --- .../Form/Type/Checkout/CountrySpecificShippingStepType.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Sylius/Bundle/CoreBundle/Form/Type/Checkout/CountrySpecificShippingStepType.php b/src/Sylius/Bundle/CoreBundle/Form/Type/Checkout/CountrySpecificShippingStepType.php index dc87cc70018..310ac003b17 100644 --- a/src/Sylius/Bundle/CoreBundle/Form/Type/Checkout/CountrySpecificShippingStepType.php +++ b/src/Sylius/Bundle/CoreBundle/Form/Type/Checkout/CountrySpecificShippingStepType.php @@ -59,10 +59,6 @@ public function buildForm(FormBuilderInterface $builder, array $options) 'data' => $options['country'], )); - if ($options['criteria']['zone'] !== null) { - return; - } - /** @var ChoiceListInterface|null $choiceList */ $choiceList = $form->get('country')->getConfig()->getOption('choice_list'); if ($choiceList !== null) {