diff --git a/library/Scores/IdentiteEntreprise.php b/library/Scores/IdentiteEntreprise.php index c3fbf8c0a..d4beef762 100644 --- a/library/Scores/IdentiteEntreprise.php +++ b/library/Scores/IdentiteEntreprise.php @@ -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() {