Commit 277ed578 by Damien Moulard

small fix

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