Commit 14c0725f by Yvon Kerdoncuff

do not show subterritory in adherent admin in simplified mode

parent c57cd235
......@@ -179,7 +179,10 @@ class AdherentAdmin extends AbstractAdmin
'required' => true,
'with_geoloc' => false,
'with_latlon' => false,
'with_subterritory' => $tav_env && $household_based_allowance,
'with_subterritory' =>
$tav_env
&& $household_based_allowance
&& !$simplified_household_based_allowance,
'with_quartier' => $tav_env && $household_based_allowance
])
->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