Loading module/Oscar/src/Oscar/Entity/Activity.php +2 −2 Original line number Diff line number Diff line Loading @@ -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()) : "" ); } Loading Loading @@ -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' ); } Loading module/Oscar/src/Oscar/Form/ProjectGrantForm.php +1 −1 Original line number Diff line number Diff line Loading @@ -260,7 +260,7 @@ class ProjectGrantForm extends Form implements InputFilterProviderInterface, Use 'type' => 'Text' ]); $label = "Note financière"; $label = "Note"; $this->add([ 'name' => 'noteFinanciere', 'options' => [ Loading Loading
module/Oscar/src/Oscar/Entity/Activity.php +2 −2 Original line number Diff line number Diff line Loading @@ -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()) : "" ); } Loading Loading @@ -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' ); } Loading
module/Oscar/src/Oscar/Form/ProjectGrantForm.php +1 −1 Original line number Diff line number Diff line Loading @@ -260,7 +260,7 @@ class ProjectGrantForm extends Form implements InputFilterProviderInterface, Use 'type' => 'Text' ]); $label = "Note financière"; $label = "Note"; $this->add([ 'name' => 'noteFinanciere', 'options' => [ Loading