Commit 2e3eb012 by Yvon

remove debug stuff

parent 77c5af9c
...@@ -71,9 +71,8 @@ class SendCcasTransactionsExportToPrestatairesCommand extends Command ...@@ -71,9 +71,8 @@ class SendCcasTransactionsExportToPrestatairesCommand extends Command
$globalParamRepo = $this->em->getRepository(GlobalParameter::class); $globalParamRepo = $this->em->getRepository(GlobalParameter::class);
$mail = (new \Swift_Message($subject)) $mail = (new \Swift_Message($subject))
->setFrom($globalParamRepo->val(GlobalParameter::MLC_NOTIF_EMAIL)) ->setFrom($globalParamRepo->val(GlobalParameter::MLC_NOTIF_EMAIL))
//->setTo($p->getGestionnairesEmailsArray()) ->setTo($p->getGestionnairesEmailsArray())
->setTo('yvon.kerdoncuff@gmail.com') ->setCc($globalParamRepo->getMailOfGestionnaireDeGroupeOrDefaultContact($p))
//->setCc($globalParamRepo->getMailOfGestionnaireDeGroupeOrDefaultContact($p))
->setBody( ->setBody(
$this->templating->render( $this->templating->render(
'@kohinos/email/tav/ccas_transactions.html.twig', '@kohinos/email/tav/ccas_transactions.html.twig',
......
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