diff --git a/scripts/jobs/getGreffe.php b/scripts/jobs/getGreffe.php index b15a2f5d..2ebdc9f4 100644 --- a/scripts/jobs/getGreffe.php +++ b/scripts/jobs/getGreffe.php @@ -103,7 +103,7 @@ function sendMail($commande, $type){ switch ( $type ) { case 'BI': $dateBilan = substr($commande->bilanCloture,8,2).'/'.substr($commande->bilanCloture,5,2).'/'.substr($commande->bilanCloture,0,4); - $message.= "Bilan cloturé le "; + $message.= "Bilan cloturé le ".$dateBilan; break; case 'AC': $dateActe = substr($commande->acteDate,8,2).'/'.substr($commande->acteDate,5,2).'/'.substr($commande->acteDate,0,4);