From 1afe406697e27222dec397eba027502e40414d0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Wed, 27 Feb 2019 13:12:29 +0100 Subject: [PATCH] picking center not required --- Form/Type/Export/PickCenterType.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Form/Type/Export/PickCenterType.php b/Form/Type/Export/PickCenterType.php index c58237ff2..7f7143a4e 100644 --- a/Form/Type/Export/PickCenterType.php +++ b/Form/Type/Export/PickCenterType.php @@ -113,7 +113,8 @@ class PickCenterType extends AbstractType 'choices' => $choices, 'multiple' => true, 'expanded' => true, - 'label' => $gc->getName() + 'label' => $gc->getName(), + 'required' => false ]); } }