From 2c0eaaf4025979cb424f8bf2ba793c35f7e9d7d0 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Thu, 9 Jul 2026 10:37:48 +0000 Subject: [PATCH] a --- Vue/Ajaxreponseavis/index.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Vue/Ajaxreponseavis/index.php b/Vue/Ajaxreponseavis/index.php index 73faa47..7c2795d 100755 --- a/Vue/Ajaxreponseavis/index.php +++ b/Vue/Ajaxreponseavis/index.php @@ -63,7 +63,13 @@ } } - var_dump($avisHospitalisation); + var_dump( + array( + "avisHospitalisation" => $avisHospitalisation, + "idProformaHospitalisation" => $idProformaHospitalisation, + "facture" => $facture, + ) + ); ?>