Commit 1e077d7f by Damien Moulard

add comment

parent a1cfaf23
...@@ -18,6 +18,7 @@ class EncaisserCotisationAdherentFormType extends VenteEmlcAdherentFormType ...@@ -18,6 +18,7 @@ class EncaisserCotisationAdherentFormType extends VenteEmlcAdherentFormType
throw new \Exception('[FORM VENTE EMLC] Opération impossible !'); throw new \Exception('[FORM VENTE EMLC] Opération impossible !');
} }
// Get the cotisation amount for each adherent. Used for display purposes on the front end.
$adherents = $this->em->getRepository(Adherent::class)->findOrderByName(); $adherents = $this->em->getRepository(Adherent::class)->findOrderByName();
$adherentsProfiles = []; $adherentsProfiles = [];
foreach ($adherents as $adh) { foreach ($adherents as $adh) {
......
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