Commit 633218b3 authored by Jean-Baptiste Oellers's avatar Jean-Baptiste Oellers
Browse files

Export activités : ajout description projet

parent 107329de
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2775,6 +2775,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(),
@@ -2840,6 +2841,7 @@ class Activity implements ResourceInterface
            'ID Projet',
            'Acronyme',
            'Projet',
            'Description du projet',
            'Avenants',
            'Intitulé',
            'N°Financier',