This commit is contained in:
KANE LAZENI 2025-12-19 21:20:54 +00:00
parent e3d2fd940b
commit 2b675049d7

View File

@ -387,7 +387,7 @@
<div class="card-body text-center">
<?php
$plafondGlobalBeneficiaire = $this->nettoyer($college['plafond']);
$consommationGlobaleBenef = $this->nettoyer($college['consommation']);
$consommationGlobaleBenef = $this->nettoyer($college['consommation_individu']);
$niveauGlobalConsoBenef = ($consommationGlobaleBenef/$plafondGlobalBeneficiaire)*100;
?>