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

... masquage date grade actif

parent e2879f07
Loading
Loading
Loading
Loading
+1 −1
Changes for module/Application/src/Application/Entity/Db/MacroContent/AgentMacroTrait.php: 1 added line, 1 removed line.
Original line number Diff line number Diff line
@@ -133,7 +133,7 @@ trait AgentMacroTrait
                $grade_bap = "";
            }
            $texte .= $grade_libelle . " ". $grade_bap;
            $texte .= " (";
//            $texte .= " (";
//            if($grade->estFini()) {
//                $texte .= "du " . $grade->getDateDebut()->format('d/m/Y') . " au " . $grade->getDateFin()->format('d/m/Y');
//            } else {