From 586aeeb3b7d8d3d623e3c680a04f469c6e207c78 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Fri, 19 Dec 2025 20:35:55 +0000 Subject: [PATCH] a --- Vue/Accueilassure/index.php | 3 +++ Vue/Fichebeneficiaire/index.php | 11 +---------- Vue/gabarit.php | 16 ++++++++++++++-- 3 files changed, 18 insertions(+), 12 deletions(-) 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, - ) - - ); - ?>