a
This commit is contained in:
parent
078a4a16b3
commit
ccc9fda5ea
|
|
@ -387,7 +387,8 @@
|
|||
<div class="card-body text-center">
|
||||
<?php
|
||||
$plafondGlobalBeneficiaire = $this->nettoyer($college['plafond']);
|
||||
$consommationGlobaleBenef = $this->nettoyer($college['consommation']);
|
||||
// $consommationGlobaleBenef = $this->nettoyer($college['consommation']);
|
||||
$consommationGlobaleBenef = $this->nettoyer($college['consommation_individu']);
|
||||
$niveauGlobalConsoBenef = ($consommationGlobaleBenef/$plafondGlobalBeneficiaire)*100;
|
||||
$soldeConsommation = $this->nettoyer($college['soldeConsommation']);
|
||||
?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user