diff --git a/Vue/Accueilassure/index.php b/Vue/Accueilassure/index.php index 21c8583..92e9a98 100755 --- a/Vue/Accueilassure/index.php +++ b/Vue/Accueilassure/index.php @@ -524,6 +524,7 @@ $photoAssureCrypte = $photo; } + /* var_dump ( array( @@ -531,6 +532,8 @@ ) ); + */ + $prestationPossible = $this->nettoyer($beneficiaire['prestationPossibleEncaissement']); $impaye = ($prestationPossible=="0") ? 1 : 0; diff --git a/Vue/Fichebeneficiaire/index.php b/Vue/Fichebeneficiaire/index.php index badb842..b8b064c 100755 --- a/Vue/Fichebeneficiaire/index.php +++ b/Vue/Fichebeneficiaire/index.php @@ -54,15 +54,6 @@ // $imgData = $_SESSION['photoAssureCrypte']; $photoAssureCrypte = $_SESSION['photoAssureCrypte']; - - var_dump - ( - array( - "photoAssureCrypte" => $photoAssureCrypte, - ) - - ); - ?>