Loading module/Application/src/Application/Entity/Db/MacroContent/AgentMacroTrait.php +2 −1 Changes for module/Application/src/Application/Entity/Db/MacroContent/AgentMacroTrait.php: 2 added lines, 1 removed line. Original line number Diff line number Diff line Loading @@ -139,7 +139,8 @@ trait AgentMacroTrait // } else { // $texte .= "depuis le " . (($grade->getDateDebut() !== null)?$grade->getDateDebut()->format('d/m/Y'):"---"); // } $texte .= " - " . $grade->getStructure()->getLibelleCourt() .")"; // $texte .= " - "; $texte .= $grade->getStructure()->getLibelleCourt() .")"; // $texte .= "</span>"; // $texte .= "</li>"; $texte .= "<BR>"; Loading Loading
module/Application/src/Application/Entity/Db/MacroContent/AgentMacroTrait.php +2 −1 Changes for module/Application/src/Application/Entity/Db/MacroContent/AgentMacroTrait.php: 2 added lines, 1 removed line. Original line number Diff line number Diff line Loading @@ -139,7 +139,8 @@ trait AgentMacroTrait // } else { // $texte .= "depuis le " . (($grade->getDateDebut() !== null)?$grade->getDateDebut()->format('d/m/Y'):"---"); // } $texte .= " - " . $grade->getStructure()->getLibelleCourt() .")"; // $texte .= " - "; $texte .= $grade->getStructure()->getLibelleCourt() .")"; // $texte .= "</span>"; // $texte .= "</li>"; $texte .= "<BR>"; Loading