Skip to content
Snippets Groups Projects
Commit 64b880bb authored by Jean-Philippe Metivier's avatar Jean-Philippe Metivier
Browse files

???

parent d4d8552e
Branches
Tags
No related merge requests found
...@@ -145,7 +145,9 @@ class DemandeExterne implements HistoriqueAwareInterface, ResourceInterface, Has ...@@ -145,7 +145,9 @@ class DemandeExterne implements HistoriqueAwareInterface, ResourceInterface, Has
public function getMontant(): ?float public function getMontant(): ?float
{ {
return $this->fraisAnnexe + $this->fraisPedagogique; //TODO : ici frais annexe est un element textuel (genre 3 nuits) par conséquent l'addition ne peut plus être faite
//return $this->fraisAnnexe + $this->fraisPedagogique;
return $this->fraisPedagogique;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment