Commit ee35447b by Yvon

really fix it

parent a0f2f9e5
......@@ -40,7 +40,7 @@ class AchatMonnaieAdherentRecurrentFormType extends AchatMonnaieAdherentFormType
'data' => $jourPrelevement,
'required' => true,
'mapped' => false,
'attr' => ['autocomplete' => 'off', 'disabled' => true]
'attr' => ['autocomplete' => 'off', 'readonly' => true]
])
->remove('saveHelloAsso')
->remove('save')
......
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