Commit b6a3a656 by Julien Jorry

Fix Alertes email à chaque transaction ?

parent 3a37f696
......@@ -38,7 +38,10 @@ class UserInfosFormType extends AbstractType
'disabled' => true,
'translation_domain' => 'FOSUserBundle',
])
->add('alertemailflux', CheckboxType::class, ['label' => 'Alertes email à chaque transaction ?'])
->add('alertemailflux', CheckboxType::class, [
'label' => 'Alertes email à chaque transaction ?',
'required' => false,
])
;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment