a
This commit is contained in:
parent
51bb6bdd96
commit
c145689e47
|
|
@ -142,8 +142,8 @@
|
|||
<?php
|
||||
$this->titre = "Intersanté - Accueil";
|
||||
|
||||
$pourcentageOut = round((100*$limite_adherent['consommationOut'])/$limite_adherent['plafondOut']);
|
||||
$pourcentageInp = round((100*$limite_adherent['consommationInp'])/$limite_adherent['plafondInp']);
|
||||
$pourcentageOut = round((100*$limite_adherent['consommationOut'])/$limite_adherent['plafondOut'],2);
|
||||
$pourcentageInp = round((100*$limite_adherent['consommationInp'])/$limite_adherent['plafondInp'],2);
|
||||
|
||||
var_dump
|
||||
(
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user