Loading module/Referentiel/src/Entity/Db/ServiceReferentiel.php +3 −5 Original line number Diff line number Diff line Loading @@ -81,12 +81,10 @@ class ServiceReferentiel implements HistoriqueAwareInterface, ResourceInterface, public function __toString(): string { $heures = Util::formattedFloat($this->getHeures(), \NumberFormatter::DECIMAL, -1); return sprintf("%s%s : %s (%sh)", return sprintf("%s : %s", $this->getStructure() ? " - " . $this->getStructure() : null, $this->getFonctionReferentiel(), $heures); $this->getFonctionReferentiel() ); } Loading Loading
module/Referentiel/src/Entity/Db/ServiceReferentiel.php +3 −5 Original line number Diff line number Diff line Loading @@ -81,12 +81,10 @@ class ServiceReferentiel implements HistoriqueAwareInterface, ResourceInterface, public function __toString(): string { $heures = Util::formattedFloat($this->getHeures(), \NumberFormatter::DECIMAL, -1); return sprintf("%s%s : %s (%sh)", return sprintf("%s : %s", $this->getStructure() ? " - " . $this->getStructure() : null, $this->getFonctionReferentiel(), $heures); $this->getFonctionReferentiel() ); } Loading