Loading module/Application/src/Application/Entity/Db/MacroContent/AgentMacroTrait.php +1 −1 Original line number Diff line number Diff line Loading @@ -103,7 +103,7 @@ trait AgentMacroTrait if($grade->estFini()) { $texte .= "du " . $grade->getDateDebut()->format('d/m/Y') . " au " . $grade->getDateFin()->format('d/m/Y'); } else { $texte .= "depuis le " . $grade->getDateDebut()->format('d/m/Y'); $texte .= "depuis le " . (($grade->getDateDebut() !== null)?$grade->getDateDebut()->format('d/m/Y'):"---"); } $texte .= " - " . $grade->getStructure()->getLibelleCourt() .")"; $texte .= "</span>"; Loading Loading
module/Application/src/Application/Entity/Db/MacroContent/AgentMacroTrait.php +1 −1 Original line number Diff line number Diff line Loading @@ -103,7 +103,7 @@ trait AgentMacroTrait if($grade->estFini()) { $texte .= "du " . $grade->getDateDebut()->format('d/m/Y') . " au " . $grade->getDateFin()->format('d/m/Y'); } else { $texte .= "depuis le " . $grade->getDateDebut()->format('d/m/Y'); $texte .= "depuis le " . (($grade->getDateDebut() !== null)?$grade->getDateDebut()->format('d/m/Y'):"---"); } $texte .= " - " . $grade->getStructure()->getLibelleCourt() .")"; $texte .= "</span>"; Loading