Commit c61660c3 by Yvon

dependent children wording to make it clear this is used to compute allocation

parent 1c6fbe53
...@@ -219,7 +219,7 @@ class AdherentAdmin extends AbstractAdmin ...@@ -219,7 +219,7 @@ class AdherentAdmin extends AbstractAdmin
'allow_add' => true, 'allow_add' => true,
'allow_delete' => true, 'allow_delete' => true,
'by_reference' => false, 'by_reference' => false,
'label' => "Enfant(s) à charge" 'label' => "Enfant(s) à charge (pour calculer l'allocation)"
]) ])
->end() ->end()
->end(); ->end();
......
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