diff --git a/Vue/Fichebeneficiaire/index.php b/Vue/Fichebeneficiaire/index.php
index 8876348..99aa72b 100755
--- a/Vue/Fichebeneficiaire/index.php
+++ b/Vue/Fichebeneficiaire/index.php
@@ -387,10 +387,8 @@
nettoyer($college['plafond']);
- // $consommationGlobaleBenef = $this->nettoyer($college['consommation']);
- $consommationGlobaleBenef = $this->nettoyer($college['consommation_individu']);
+ $consommationGlobaleBenef = $this->nettoyer($college['consommation']);
$niveauGlobalConsoBenef = ($consommationGlobaleBenef/$plafondGlobalBeneficiaire)*100;
- $soldeConsommation = $this->nettoyer($college['soldeConsommation']);
?>
@@ -400,33 +398,14 @@
= format_N($consommationGlobaleBenef) ?>
-