dateCloture

This commit is contained in:
Michael RICOIS 2015-08-20 17:11:21 +00:00
parent 6248c7c737
commit fee5d07d37

View File

@ -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);