From 62106193606f754b00c7c949c411c61ebbe15082 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Thu, 23 Apr 2026 03:04:30 +0000 Subject: [PATCH] a --- Vue/Prescription/index.php | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Vue/Prescription/index.php b/Vue/Prescription/index.php index ce0234b..4f6f345 100755 --- a/Vue/Prescription/index.php +++ b/Vue/Prescription/index.php @@ -33,7 +33,15 @@ $ententePrealable = $prescription['ententePrealable']; - +// $nbMedicamentSaisie>=$_SESSION['p_nbMedicamentMax'] && ($hospitalisation!="1" || $miseEnObservation!="1") + var_dump( + array( + "nbMedicamentSaisie" => $nbMedicamentSaisie, + "p_nbMedicamentMax" => $_SESSION['p_nbMedicamentMax'], + "hospitalisation" => $hospitalisation, + "miseEnObservation" => $miseEnObservation, + ) + ); ?>