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'],
- )
- );
-
?>
|