Commit 955d8584 authored by Jean-Baptiste Oellers's avatar Jean-Baptiste Oellers
Browse files

Export activités : ajout du champ description du projet

parent 13cca65c
Loading
Loading
Loading
Loading
Loading
+2 −0
Changes for module/Oscar/src/Oscar/Entity/Activity.php: 2 added lines, 0 removed lines.
Original line number Diff line number Diff line
@@ -2817,6 +2817,7 @@ class Activity implements ResourceInterface
            'ID Projet'                            => $this->getProject() ? $this->getProject()->getId() : 'N.D',
            'Acronyme'                             => $this->getAcronym(),
            'Projet'                               => $this->getProject() ? $this->getProject()->getLabel() : '',
            'Description du projet'                => $this->getProject() ? $this->getProject()->getDescription() : '',
            'Avenants'                             => count($this->getAvenants()),
            'Intitulé'                             => $this->getLabel(),
            'N°Financier'                          => $this->getCodeEOTP(),
@@ -2885,6 +2886,7 @@ class Activity implements ResourceInterface
            'ID Projet',
            'Acronyme',
            'Projet',
            'Description du projet',
            'Avenants',
            'Intitulé',
            'N°Financier',