Commit fe51e912 by Julien Jorry

Fix dump in adherent page

parent 4dd17ca2
......@@ -188,7 +188,6 @@ class CotisationUtils
}
if (null !== $query) {
$cotisations = $query->getResult();
dump($cotisations);
foreach ($cotisations as $cotisation) {
if ($cotisation->isRecu() && $cotisation->getCotisationInfos()->getFin() > new \DateTime('now')) {
return $cotisation->getCotisationInfos()->getFin();
......
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