Correction affichage date chiffre d'affaire

This commit is contained in:
Michael RICOIS 2011-08-23 07:23:45 +00:00
parent 83f359b805
commit 883688911e

View File

@ -926,7 +926,7 @@ class IdentiteEntreprise
} elseif (!empty($this->identite->Bilan->CA)) {
$data = $this->moneyKM($this->identite->Bilan->CA).$this->deviseText($this->identite->Bilan->Devise).' au '.
WDate::dateT('Y-m-d', 'd/m/Y',$this->identite->Bilan->Cloture);
WDate::dateT('Ymd', 'd/m/Y',$this->identite->Bilan->Cloture);
$data.= empty($this->identite->AnneeTCA) || $this->identite->AnneeTCA=='0000' ? '' : ' en '.$this->identite->AnneeTCA;
} else {