Commit 1e100254 authored by Jean-Baptiste Oellers's avatar Jean-Baptiste Oellers
Browse files

Export Activité: ajout description du projet

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