From 6b22f1f7782ee182b48b25aa3ea39705043cf29a Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Sat, 25 Jul 2026 09:19:04 +0000 Subject: [PATCH] a --- Vue/Feuillemaladie/index.php | 7 ++++++- Vue/Proformahospitalisation/index.php | 8 -------- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/Vue/Feuillemaladie/index.php b/Vue/Feuillemaladie/index.php index 5ebe895..8823d5c 100755 --- a/Vue/Feuillemaladie/index.php +++ b/Vue/Feuillemaladie/index.php @@ -88,6 +88,11 @@ { $specialite = $this->nettoyer($feuillemaladie['specialiteEng']); } + var_dump( + array( + "noPrescription" => $noPrescription, + ) + ); ?> @@ -498,7 +503,7 @@ - + diff --git a/Vue/Proformahospitalisation/index.php b/Vue/Proformahospitalisation/index.php index 5148a44..27f0c06 100755 --- a/Vue/Proformahospitalisation/index.php +++ b/Vue/Proformahospitalisation/index.php @@ -23,14 +23,6 @@ $etatbeneficiaire = $_SESSION['p_etatbeneficiaire_P']; $token = $_SESSION['csrf_token_submieted']; - - var_dump( - array( - "p_okId_face" => $_SESSION['p_okId_face'], - "p_faceActif" => $_SESSION['p_faceActif'], - ) - ); - ?>