a
This commit is contained in:
parent
5e1fb87c70
commit
2ae38d1ec3
|
|
@ -1,6 +1,4 @@
|
|||
<?php
|
||||
// $this->titre = "INTER SANTE - Fiche Bénéficiaire";
|
||||
|
||||
$datejour = $this->datejour;
|
||||
$estcouvert = ($_SESSION['dateEcheancePolice_C']>=$datejour);
|
||||
|
||||
|
|
@ -345,14 +343,10 @@
|
|||
$plafondGlobalFamille = $this->nettoyer($police['plafond']);
|
||||
$consommationGlobaleFamille = $this->nettoyer($police['consommation']);
|
||||
$niveauGlobalConsoFamille = ($consommationGlobaleFamille/$plafondGlobalFamille)*100;
|
||||
|
||||
$niveauGlobalConsoFamille = number_format($niveauGlobalConsoFamille, 2, ',', ' ');
|
||||
|
||||
|
||||
$plafondGlobalBeneficiaire = $this->nettoyer($college['plafond']);
|
||||
$consommationGlobaleBenef = $this->nettoyer($college['consommation']);
|
||||
$niveauGlobalConsoBenef = ($consommationGlobaleBenef/$plafondGlobalBeneficiaire)*100;
|
||||
|
||||
$niveauGlobalConsoBenef = number_format($niveauGlobalConsoBenef, 2, ',', ' ');
|
||||
?>
|
||||
<tr>
|
||||
|
|
@ -520,7 +514,6 @@ endif; ?>
|
|||
|
||||
<div id="div_consos_beneficiaire" class="modal fade"></div>
|
||||
|
||||
<!-- Responsive Area Chart -->
|
||||
<div class="row mt-4">
|
||||
<div class="col-12 mb-4">
|
||||
<div class="card shadow h-100">
|
||||
|
|
@ -542,8 +535,6 @@ endif; ?>
|
|||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!-- Bar Chart Section -->
|
||||
<div class="row mt-4">
|
||||
<div class="col-12 mb-4">
|
||||
<div class="card shadow h-100">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user