a
This commit is contained in:
parent
be443f3c86
commit
06549aecaf
|
|
@ -321,6 +321,10 @@
|
||||||
$consommationGlobaleFamille = $this->nettoyer($police['consommation']);
|
$consommationGlobaleFamille = $this->nettoyer($police['consommation']);
|
||||||
$niveauGlobalConsoFamille = ($consommationGlobaleFamille/$plafondGlobalFamille)*100;
|
$niveauGlobalConsoFamille = ($consommationGlobaleFamille/$plafondGlobalFamille)*100;
|
||||||
$soldeConsommation = $this->nettoyer($police['soldeConsommation']);
|
$soldeConsommation = $this->nettoyer($police['soldeConsommation']);
|
||||||
|
|
||||||
|
$consommationGlobaleBenef = $this->nettoyer($college['consommation_individu']);
|
||||||
|
$niveauGlobalConsoBenef = ($consommationGlobaleBenef/$plafondGlobalFamille)*100;
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<div class="row mb-2 mt-2">
|
<div class="row mb-2 mt-2">
|
||||||
|
|
@ -386,9 +390,11 @@
|
||||||
|
|
||||||
<div class="card-body text-center">
|
<div class="card-body text-center">
|
||||||
<?php
|
<?php
|
||||||
|
/*
|
||||||
$plafondGlobalBeneficiaire = $this->nettoyer($college['plafond']);
|
$plafondGlobalBeneficiaire = $this->nettoyer($college['plafond']);
|
||||||
$consommationGlobaleBenef = $this->nettoyer($college['consommation_individu']);
|
$consommationGlobaleBenef = $this->nettoyer($college['consommation_individu']);
|
||||||
$niveauGlobalConsoBenef = ($consommationGlobaleBenef/$plafondGlobalBeneficiaire)*100;
|
$niveauGlobalConsoBenef = ($consommationGlobaleBenef/$plafondGlobalBeneficiaire)*100;
|
||||||
|
*/
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<div class="row mb-2 mt-2">
|
<div class="row mb-2 mt-2">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user