Commit 3a4dc2bb authored by Stephane Bouvry's avatar Stephane Bouvry
Browse files

Up : note

parent cb76599e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2271,7 +2271,7 @@ class Activity implements ResourceInterface
            'Frais de gestion' => $this->getFraisDeGestion(),
            'Frais de gestion (part hébergeur)' => $this->getFraisDeGestionPartHebergeur(),
            'incidence financière' => $this->getIncidenceFinanciere(),
            'Note financière' => $this->getNoteFinanciere(),
            'Note' => $this->getNoteFinanciere(),
            'Disciplines' => $this->getDisciplines() ? implode(", ", $this->getDisciplinesArray()) : ""
        );
    }
@@ -2301,7 +2301,7 @@ class Activity implements ResourceInterface
            'Frais de gestion',
            'Frais de gestion (part hébergeur)',
            'incidence financière',
            'Note financière',
            'Note',
            'Disciplines'
        );
    }
+1 −1
Original line number Diff line number Diff line
@@ -260,7 +260,7 @@ class ProjectGrantForm extends Form implements InputFilterProviderInterface, Use
            'type' => 'Text'
        ]);

        $label = "Note financière";
        $label = "Note";
        $this->add([
            'name' => 'noteFinanciere',
            'options' => [