Skip to content

Commit

Permalink
Ref #215: fix error preventing form saving memberships not payed by c…
Browse files Browse the repository at this point in the history
…heck
  • Loading branch information
LucileDT committed Dec 13, 2020
1 parent b151047 commit 86e9dff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Form/MembershipFormType.php
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ public function buildForm(FormBuilderInterface $builder, array $options)
'choice_label' => 'name',
'multiple' => false,
'expanded' => false,
'required' => false,
'label' => $this->translator->trans('Banque'),
'attr' => [
'data-toggle' => 'select2',
Expand Down

0 comments on commit 86e9dff

Please sign in to comment.