Commit 277ed578 by Damien Moulard

small fix

parent 4719fa38
......@@ -172,7 +172,6 @@ class AdherentAdmin extends AbstractAdmin
;
if ($this->getConfigurationPool()->getContainer()->getParameter('tav_env')) {
// For Comptoir role in edit mode, hide profile choice
$displayProfilChoice = true;
$isComptoirOnly =
......@@ -185,8 +184,6 @@ class AdherentAdmin extends AbstractAdmin
$displayProfilChoice = false;
}
print_r($displayProfilChoice);
if ($displayProfilChoice) {
$formMapper
->tab('General')
......
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