This commit is contained in:
KANE LAZENI 2025-12-30 13:27:45 +00:00
parent 51bb6bdd96
commit c145689e47

View File

@ -142,8 +142,8 @@
<?php <?php
$this->titre = "Intersanté - Accueil"; $this->titre = "Intersanté - Accueil";
$pourcentageOut = round((100*$limite_adherent['consommationOut'])/$limite_adherent['plafondOut']); $pourcentageOut = round((100*$limite_adherent['consommationOut'])/$limite_adherent['plafondOut'],2);
$pourcentageInp = round((100*$limite_adherent['consommationInp'])/$limite_adherent['plafondInp']); $pourcentageInp = round((100*$limite_adherent['consommationInp'])/$limite_adherent['plafondInp'],2);
var_dump var_dump
( (