correction oubli return

This commit is contained in:
Michael RICOIS 2011-09-12 10:01:50 +00:00
parent 45788772ee
commit 7a428328ea

View File

@ -1003,6 +1003,7 @@ class IdentiteEntreprise
if (!empty($this->identite->Bilan->Cloture)) {
$title .= ' au '.WDate::dateT('Ymd', 'd/m/Y',$this->identite->Bilan->Cloture);
}
return $title;
}
public function getEffectifTexte()
{