a
This commit is contained in:
parent
51bb6bdd96
commit
c145689e47
|
|
@ -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
|
||||||
(
|
(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user