Commit 219b9dd7 authored by Jean-Philippe Metivier's avatar Jean-Philippe Metivier
Browse files

... masquage date grade actif

parent 19d8b83d
Loading
Loading
Loading
Loading
+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
@@ -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>";